| prep.savgol.params | R Documentation |
Precomputes parameters for Savitzky-Golay
prep.savgol.params(data, width = 3, porder = 1, dorder = 0)
data |
a matrix with data values. |
width |
width of the filter window |
porder |
order of polynomial used for smoothing |
dorder |
order of derivative to take (0 - no derivative) |
list with parameter values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.