hc_add_series.forecast {highcharter} | 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, ...)
hc |
A |
data |
A |
addOriginal |
Logical value to add the original series or not. |
addLevels |
Logical value to show predicctions bands. |
fillOpacity |
The opacity of bands |
... |
Arguments defined in http://api.highcharts.com/highcharts#chart. |