ts.plotter | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.