powered by
Compactly display the structure of a "timeSeries" object.
"timeSeries"
# S3 method for timeSeries str(object, ...)
NULL, invisibly. The function is called for its side effect of printing a compact representation of the structure of the
NULL
"timeSeries" object.
an object of class timeSeries.
timeSeries
arguments passed to other methods.
## Load Microsoft Data Set data(MSFT) X <- MSFT[1:12, 1:4] colnames(X) <- abbreviate(colnames(X), 4) ## Display Structure str(X)
Run the code above in your browser using DataLab