| dsmooth {emu} | R Documentation |
Smooths each dataset in a trackdata object using a running mean smoother.
dsmooth(dataset)
dataset |
A trackdata object as returned from track.
|
This function uses the dapply function to apply smooth to the data
for each segment.
The result of applying the smooth function to each column of the data
for each segment in the trackdata object.
smooth, dapply