View source: R/toolTimeSpline.R
toolTimeSpline | R Documentation |
Smoothing a data set by replacing its values by its spline approximation using the given degrees of freedom.
toolTimeSpline(x, dof = NULL)
x |
magclass object that should be smoothed via a spline approximation |
dof |
degrees of freedom per 100 years (similiar to an average range), is a proxy for the smoothness of the spline (smaller values = smoother) |
approximated data in magclass format
Kristine Karstens, Felicitas Beier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.