timeSeries (version 3022.101.2)

str-methods: timeSeries Object Structure

Description

Compactly display the structure of a 'timeSeries' Object.

Usage

"str"(object, ...)

Arguments

object
an object of class timeSeries.
...
arguments passed to other methods.

Value

returns a str report for an object of class timeSeries.

Examples

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