
Returning the time series object main characteristics
ts_info(ts.obj)
A time series object of a class "ts", "mts", "xts", or "zoo"
Text
# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab