Rdocumentation
powered by
Learn R Programming
emuR (version 0.1.7)
dsmooth: Smooth the data in a trackdata object.
Description
Smooths each dataset in a trackdata object using a running mean smoother.
Usage
dsmooth(dataset)
Arguments
dataset
A trackdata object as returned from
track
.
Value
The result of applying the
smooth
function to each column of the data for each segment in the trackdata object.
Details
This function uses the
dapply
function to apply
smooth
to the data for each segment.
See Also
smooth, dapply