autoplot.tbl_ts.RdProduces a time series plot of one or more variables from a tsibble. If the tsibble contains a multiple keys, separate time series will be identified by colour.
A tsibble.
A bare expression containing data you wish to plot. Multiple variables can be plotted using ggplot2::vars().
Further arguments passed to ggplot2::geom_line(), which can be used to specify fixed aesthetics such as colour = "red" or size = 3.
A ggplot object showing a time plot of a time series.