plot.tsaggregates {thief} | R Documentation |
Plot time series aggregates
Description
Plots all temporal aggregations of a time series
Usage
## S3 method for class 'tsaggregates'
plot(x, series = "all", ...)
## S3 method for class 'tsaggregates'
autoplot(object, series = "all", ...)
Arguments
x |
|
series |
The indexes of the series to plot. By default, all series are plotted. |
... |
Other arguments passed to |
object |
|
Author(s)
Rob J Hyndman
Examples
deathagg <- tsaggregates(USAccDeaths)
plot(deathagg, series=c(1,2,4,6))
library(ggplot2)
autoplot(deathagg)
[Package thief version 0.3 Index]