View source: R/util_functions.R
ts_info | R Documentation |
Returning the time series object main characteristics
ts_info(ts.obj)
ts.obj |
A time series object of a class "ts", "mts", "xts", or "zoo" |
Text
# ts object
data("USgas")
ts_info(USgas)
# mts object
data("Coffee_Prices")
ts_info(Coffee_Prices)
# xts object
data("Michigan_CS")
ts_info(Michigan_CS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.