plot_ts: Plot time series forecast

Description Usage Arguments Value Examples

View source: R/plot_ts.R

Description

Plot time series forecast

Usage

1
plot_ts(.optim_output, interactive = FALSE, multiple_keys = FALSE)

Arguments

.optim_output

optimization output.

interactive

logical: Whether or not to return interative plotly graph

multiple_keys

Logical. The data has or not multiple keys to plot as grid.

Value

graph

Examples

1
2
3
4
## Not run: 
plot_ts()

## End(Not run)

opoyc/autoforecast documentation built on May 18, 2021, 1:29 a.m.