str-methods {timeSeries}R Documentation

Object Str

Description

Produce a result str for a time series.

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

## data -
   MSFT = as.timeSeries(data(msft.dat))[1:12, 1:4]
   colnames(MSFT) <- abbreviate(colnames(MSFT), 4)
    
## str -
   str(MSFT)

[Package timeSeries version 2100.83 Index]