Learn R Programming

emuR (version 2.4.0)

dsmooth: Smooth the data in a trackdata object.

Description

Smooths each dataset in a trackdata object using a running mean smoother.

Usage

dsmooth(dataset)

Value

The result of applying the smooth function to each column of the data for each segment in the trackdata object.

Arguments

dataset

A trackdata object as returned from track.

Details

This function uses the dapply function to apply smooth to the data for each segment.

See Also

smooth, dapply