| sg_smooth_cpp | R Documentation |
Smooths each row of a matrix using a Savitzky-Golay filter.
sg_smooth_cpp(x, window_size, order, deriv, n_cores = 1L)
x |
Matrix to smooth row-wise |
window_size |
Size of the filter window (must be odd) |
order |
Polynomial order |
deriv |
Derivative order (0=smooth, 1=first deriv, etc.) |
n_cores |
Number of cores to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.