Description Usage Arguments Details Value
View source: R/plot_mvforecast.R
Plot simulation predictions
1 2 3 4 5 6 7 8 9 | plot_mvforecast(
simulation,
main = "",
ylab = "Y",
ylim = NULL,
non_negative = FALSE,
xlab = "Horizon",
plot_xaxis = TRUE
)
|
simulation |
|
main |
|
ylab |
|
ylim |
Limits for the y-axis. Default is |
non_negative |
|
xlab |
|
plot_xaxis |
|
The forecast distribution is used to calculate highest posterior density credible estimates for the following
intervals: c(0.95, 0.9, 0.85, 0.8, 0.75, 0.7)
A base plot of the forecast medeian (red dashed line) and credible intervals as a gradient polygon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.