The function plots the confidence bands provided by the conformal.fun.split #'function, conformal.fun.msplit and conformal.fun.jackplus.
plot_fun(
out,
y0 = NULL,
ylab = NULL,
titles = NULL,
date = NULL,
ylim = NULL,
fillc = "red"
)The output of the split/msplit/jackknife+ function.
The true values at x0.
The label for the y-axes.
The title for the plot.
A vector of dates.
A vector containing the extremes for the y-axes.
A string of color.
None
It exploits the package ggplot,
ggarrange and annotate_figure.
to better visualize the results. It outputs n0=length(x0) plots.
It plots, for each value in x0, the predicted functional value and bands in all the dimensions of the multivariate functional response.