seqplot.ts.RdPlot two time series on the same plot frame.
seqplot.ts(x, y, colx = "black", coly = "red", typex = "l",
typey = "l", pchx = 1, pchy = 1, ltyx = "solid",
ltyy = "solid", oma = c(6, 0, 5, 0), ann = par("ann"),
xlab = "Time", ylab = deparse(substitute(x)), main = NULL)the time series.
color code or name for the x and y
series, see colors, palette.
what type of plot should be drawn for the x
and y series, see plot.
character or integer code for kind of points/lines
for the x and y series.
line type code for the x and y series,
see lines.
a vector giving the size of the outer margins in lines of
text, see par.
annotate the plots? See par.
titles for the x and y axis.
an overall title for the plot.
Unlike plot.ts the series can have different time bases,
but they should have the same frequency. Unlike ts.plot
the series can be plotted in different styles and for multivariate
x and y the common variables are plotted together in a
separate array element.
None.