plot {fSeries}R Documentation

Plot Reports

Description

Functions to plot timeSeries objects.

Usage

## S3 method for class 'timeSeries':
plot(x, ...) 
## S3 method for class 'timeSeries':
lines(x, ...)
## S3 method for class 'timeSeries':
points(x, ...)

Arguments

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

Value

a plot or plot elements of an object of class timeSeries.

Author(s)

Diethelm Wuertz for the Rmetrics R-port.

Examples

## data -  
   myFinCenter <<- "GMT"
   EDHEC = as.timeSeries(data(edhec.tS))[1:12, 1:4]
   colnames(EDHEC) <- abbreviate(colnames(EDHEC), 6)

## plot -  
   plot(EDHEC[,1], type = "o", col = "steelblue", 
     main = "EDHEC", xlab = "1997", ylab = "Return")

[Package fSeries version 260.73 Index]