View source: R/deepTimeSeries.r
period | R Documentation |
Subset data set/time series to specific periodically data
period(
dataset,
column = 1L,
type = c("seq", "weekday", "monthday", "week", "month", "quarter", "year", "season"),
...
)
dataset |
A data set or time series, usually a data frame. |
column |
The name or index of a periodic column. |
type |
Different subsetting types |
... |
Arguments dependent from the |
A subset of dataset
with periodically specified data.
Other Time Series:
diff_log()
,
diff_percentage()
,
diffinv_log()
,
diffinv_percentage()
,
diffinv_simple()
,
get_season()
,
invert_differencing()
,
lags()
,
partition()
,
stationary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.