Learn R Programming

timeSeries (version 280.75)

str-methods: Object Str

Description

Produce a result str for a time series.

Usage

## S3 method for class 'timeSeries':
str(object, \dots)

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
## data -
   MSFT = as.timeSeries(data(msft.dat))[1:12, 1:4]
   colnames(MSFT) <- abbreviate(colnames(MSFT), 4)
    
## str -
   str(MSFT)

Run the code above in your browser using DataLab