Learn R Programming

TSstudio (version 0.1.4)

ts_info: Get the Time Series Information

Description

Returning the time series object main characteristics

Usage

ts_info(ts.obj)

Arguments

ts.obj

A time series object of a class "ts", "mts", "xts", or "zoo"

Value

Text

Examples

Run this code
# 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