insp_seasonality: Time series seasonality inspection

Description Usage Arguments Details

Description

Time series seasonality inspection

Usage

 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, ...)

Arguments

x

ts or data.frame

trend

TRUE/FALSE indicating if input time series has trend.

margin

For data.frames, margin = 1 if multiple time series are framed row-wise; while margin = 2 if column-wise.

periodicity

'month','week','day','year','three_months','four_months','six_months','any'.

...

Additional arguments for the data.frame case. See details.

Details


eric-krishna/DDMEutils documentation built on May 30, 2019, 2:09 p.m.