View source: R/pipeline-detrend.R
| validate_spline_df | R Documentation |
spline_df argument for spline detrendingEnsures spline_df (the degrees of freedom for the natural cubic spline
basis used by detrend() when method = "spline") is a single whole
number >= 1, aborting with an informative error otherwise.
validate_spline_df(spline_df)
spline_df |
The candidate degrees-of-freedom value to validate |
The validated value coerced to an integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.