| subseries {iNZightTS} | R Documentation |
Time series subseries plot by seasonal period
subseries( x, var = NULL, show_mean = TRUE, xlab = NULL, ylab = NULL, title = NULL )
x |
A time series object represented by an |
var |
A character vector specifying the variable(s) to be plotted, or
set to |
show_mean |
Logical; set to |
xlab |
A title for the x-axis of the plot. |
ylab |
A title for the y-axis of the plot. |
title |
A title for the graph. |
Plots seasonal subseries of a time series represented by an inz_ts or
tbl_ts object. Each subseries represents one seasonal period.
A ggplot object of the seasonal subseries plot.
t <- inzightts(visitorsQ) ## Not run: subseries(t) ## End(Not run)