Plot mvgam forecast uncertainty contributions for a specified series
plot_mvgam_uncertainty(
object,
series = 1,
newdata,
data_test,
legend_position = "topleft",
hide_xlabels = FALSE
)A base R graphics plot
list object returned from mvgam. See mvgam()
integer specifying which series in the set is to be plotted
A dataframe or list containing at least 'series' and 'time' for the forecast horizon, in
addition to any other variables included in the linear predictor of formula
Deprecated. Still works in place of newdata but users are recommended to use
newdata instead for more seamless integration into R workflows
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").
logical. If TRUE, no xlabels are printed to allow the user to add custom labels using
axis from base R