autoplot.predbvhar {bvhar} | R Documentation |
Plot Forecast Result
Description
Plots the forecasting result with forecast regions.
Usage
## S3 method for class 'predbvhar'
autoplot(
object,
type = c("grid", "wrap"),
ci_alpha = 0.7,
alpha_scale = 0.3,
x_cut = 1,
viridis = FALSE,
viridis_option = "D",
NROW = NULL,
NCOL = NULL,
...
)
## S3 method for class 'predbvhar'
autolayer(object, ci_fill = "grey70", ci_alpha = 0.5, alpha_scale = 0.3, ...)
Arguments
object |
|
type |
Divide variables using |
ci_alpha |
Transparency of CI |
alpha_scale |
Scale of transparency parameter ( |
x_cut |
plot x axes from |
viridis |
If |
viridis_option |
Option for viridis string. See |
NROW |
|
NCOL |
|
... |
additional option for |
ci_fill |
color of CI |
Value
A ggplot object
A ggplot layer
[Package bvhar version 2.0.1 Index]