Description Usage Arguments Value See Also
Fits a smooth curve to a vector using moving average and returns a vector of fitted smooth curve values evaluated at the original locations.
1 | msSmoothMean(y, half.span=250, process="msSmoothMean")
|
y |
A numeric vector. |
half.span |
A numeric value denoting half of the window width when performing average. Default: 250. |
process |
A character string denoting the name of the
process to register with the (embedded) event history object of the input
after processing the input data.
Default: |
A vector of fitted smooth curve values evaluated at the original locations.
msSmoothApprox, msSmoothKsmooth, msSmoothLoess, msSmoothMonotone, msSmoothSpline, msSmoothSupsmu.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.