plotc {itsmr} | R Documentation |
Plot one or two time series
Description
Plot one or two time series
Usage
plotc(y1, y2 = NULL)
Arguments
y1 |
Data vector (plotted in blue with knots) |
y2 |
Data vector (plotted in red, no knots) |
Value
None
Examples
plotc(uspop)
y = trend(uspop,2)
plotc(uspop,y)
[Package itsmr version 1.10 Index]