autoplot.predbvhar | R Documentation |
Plots the forecasting result with forecast regions.
## 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, ...)
object |
A |
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 |
A ggplot object
A ggplot layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.