sgolayTable | R Documentation |
Precalculates a sgolay filter (WIP)
sgolayTable(polynomialOrder, filterLength, derivative)
polynomialOrder |
- order of the poynomial to fit |
filterLength |
- length of the filter |
derivative |
- derivative order for the fitted function |
a tidy format sgolay coefficient dataframe where position
sgolayTable(2,5,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.