dsmooth | R Documentation |
Smooths each dataset in a trackdata object using a running mean smoother.
dsmooth(dataset)
dataset |
A trackdata object as returned from |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.