Description Usage Arguments Value
View source: R/combine_forecasts.R
A forecast plot of h-step-ahead forecasts produced from multiple horizon-specific forecast models
using combine_forecasts()
.
1 2 3 4 5 6 7 8 9 10 11 |
x |
An object of class 'forecastML' from |
data_actual |
A data.frame containing the target/outcome name and any grouping columns. The data can be historical actuals and/or holdout/test data. |
actual_indices |
Required if |
facet |
Optional. A formula with any combination of |
models |
Optional. Filter results by user-defined model name from |
group_filter |
Optional. A string for filtering plot results for grouped time-series (e.g., |
drop_facet |
Optional. Boolean. If actuals are given when forecasting factors, the plot facet with 'actual' data can be dropped. |
... |
Not used. |
Forecast plot of class 'ggplot'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.