ts.plotter {useful} | R Documentation |
ts.plotter
Description
Plot a ts object
Usage
ts.plotter(data, time = NULL, title = "Series Plot", xlab = "Time",
ylab = "Rate")
Arguments
data |
A |
time |
A vector of the same length of |
title |
Title of plot. |
xlab |
X-axis label. |
ylab |
Y-axis label. |
Details
Fortifies, then plots a ts
object.
Value
A ggplot object
Author(s)
Jared P. Lander
Examples
ts.plotter(sunspot.year)
[Package useful version 1.2.6.1 Index]