addSeries: Add a time series to an existing xts plot

View source: R/plot.R

addSeriesR Documentation

Add a time series to an existing xts plot

Description

Add a time series to an existing xts plot

Usage

addSeries(x, main = "", on = NA, type = "l", col = NULL, lty = 1,
  lwd = 1, pch = 1, ...)

Arguments

x

an xts object to plot.

main

main title for a new panel if drawn.

on

panel number to draw on. A new panel will be drawn if on=NA.

type

the type of plot to be drawn, same as in plot.

col

color palette to use, set by default to rational choices.

lty

set the line type, same as in par.

lwd

set the line width, same as in par.

pch

the type of plot to be drawn, same as in par.

...

any other passthrough graphical parameters.

Author(s)

Ross Bennett


xts documentation built on April 17, 2023, 1:07 a.m.