Description
Plot a ts objectUsage
ts.plotter(data, time = NULL, title = "Series Plot",
xlab = "Time", ylab = "Rate")Arguments
data
A ts object to be plotted. time
A vector of the same length of data
that specifies the time component of each element of
data.
Details
Fortifies, then plots a ts object.