powered by
Returning the time series object main characteristics
ts_info(ts.obj)
Text
A time series object of a class "ts", "mts", "xts", or "zoo"
# 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