Display the structure of 'timeSeries' objects
utils-structure.Rd
Compactly display the structure of a "timeSeries"
object.
Value
NULL
, invisibly. The function is called for its side effect of
printing a compact representation of the structure of the
"timeSeries"
object.
Examples
## Load Microsoft Data Set
data(MSFT)
X <- MSFT[1:12, 1:4]
colnames(X) <- abbreviate(colnames(X), 4)
## Display Structure
str(X)
#> Time Series:
#> Name: X
#> Data Matrix:
#> Dimension: 12 4
#> Column Names: Open High Low Clos
#> Row Names: 2000-09-27 ... 2000-10-12
#> Positions:
#> Start: 2000-09-27
#> End: 2000-10-12
#> With:
#> Format: %Y-%m-%d
#> FinCenter: GMT
#> Units: Open High Low Clos
#> Title: Time Series Object
#> Documentation: