ts.plotter {useful} | R Documentation |
Plot a ts object
ts.plotter(data, time = NULL, title = "Series Plot", xlab = "Time",
ylab = "Rate")
data |
A |
time |
A vector of the same length of |
title |
Title of plot. |
xlab |
X-axis label. |
ylab |
Y-axis label. |
Fortifies, then plots a ts
object.
A ggplot object
Jared P. Lander
ts.plotter(sunspot.year)