powered by
Plots all temporal aggregations of a time series
# S3 method for tsaggregates plot(x, series = "all", ...)# S3 method for tsaggregates autoplot(object, series = "all", ...)
# S3 method for tsaggregates autoplot(object, series = "all", ...)
tsaggregates object, produced by tsaggregates.
tsaggregates
The indexes of the series to plot. By default, all series are plotted.
Other arguments passed to plot.ts or autoplot.ts.
plot.ts
autoplot.ts
# NOT RUN { deathagg <- tsaggregates(USAccDeaths) plot(deathagg, series=c(1,2,4,6)) library(ggplot2) autoplot(deathagg) # }
Run the code above in your browser using DataLab