str-methods {timeSeries}R Documentation

Object Str

Description

Compactly Display the Structure of a 'timeSeries' Object.

Usage

## S4 method for signature 'timeSeries'
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

## Load Microsoft Data Set -
   data(MSFT)
   X = MSFT[1:12, 1:4]
   colnames(X) <- abbreviate(colnames(X), 4)
    
## Display Structure - 
   str(X)

[Package timeSeries version 2160.95 Index]