Add a time series to an existing xts plot
Add a time series to an existing xts plot
addSeries(x, main = "", on = NA, type = "l", col = NULL, lty = 1, lwd = 1, pch = 1, ...)
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 |
type |
the type of plot to be drawn, same as in |
col |
color palette to use, set by default to rational choices. |
lty |
set the line type, same as in |
lwd |
set the line width, same as in |
pch |
the type of plot to be drawn, same as in |
... |
any other passthrough graphical parameters. |
Ross Bennett
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.