Description Usage Arguments Details
Time series seasonality inspection
1 2 3 4 5 6 7 8 9 10 | insp_seasonality(x, ...)
## S3 method for class 'ts'
insp_seasonality(x, trend = FALSE)
## S3 method for class 'data.frame'
insp_seasonality(x, trend = FALSE, margin = 1L,
.parallel = FALSE, periodicity = c("month", "week", "day", "year",
"three_months", "four_months", "six_months", "any"), idcol = NULL,
dtcol = NULL, ...)
|
x |
ts or data.frame |
trend |
|
margin |
For data.frames, |
periodicity |
|
|
Additional arguments for the data.frame case. See details. |
When margin = 1, set idcol to an integer pointing out the index column that identifies the time series;
When margin = 2, set dtcol to an integer pointing out the date column;
.parallel TRUE/FALSE if tasks should be parallelized. If TRUE, uses future and furrr packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.