Add a time series to an existing xts plot
addSeries(
x,
main = "",
on = NA,
type = "l",
col = NULL,
lty = 1,
lwd = 1,
pch = 1,
...
)
An xts object to add to the plot.
Main title for a new panel if drawn.
Panel number to draw on. A new panel will be drawn if on = NA
.
The type of plot to be drawn, same as in plot()
.
Color palette to use, set by default to rational choices.
Set the line type, same as in par()
.
Set the line width, same as in par()
.
The type of plot to be drawn, same as in par()
.
Any other passthrough graphical parameters.
Ross Bennett