View source: R/highcharts-api-add.R
hc_add_series.forecast | R Documentation |
hc_add_series for forecast objects
## S3 method for class 'forecast'
hc_add_series(
hc,
data,
addOriginal = FALSE,
addLevels = TRUE,
fillOpacity = 0.1,
name = NULL,
...
)
hc |
A |
data |
A |
addOriginal |
Logical value to add the original series or not. |
addLevels |
Logical value to show predictions bands. |
fillOpacity |
The opacity of bands. |
name |
The name of the series. |
... |
Arguments defined in https://api.highcharts.com/highcharts/chart. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.