View source: R/plot_mvgam_uncertainty.R
plot_mvgam_uncertainty | R Documentation |
Plot mvgam forecast uncertainty contributions for a specified series
plot_mvgam_uncertainty(
object,
series = 1,
newdata,
data_test,
legend_position = "topleft",
hide_xlabels = FALSE
)
object |
|
series |
|
newdata |
A |
data_test |
Deprecated. Still works in place of |
legend_position |
The location may also be specified by setting x to a single keyword from the list: "none", "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right" and "center". This places the legend on the inside of the plot frame at the given location (if it is not "none"). |
hide_xlabels |
|
A base R
graphics plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.