plot_fun | R Documentation |
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" )
out |
The output of the split/msplit/jackknife+ function. |
y0 |
The true values at x0. |
ylab |
The label for the y-axes. |
titles |
The title for the plot. |
date |
A vector of dates. |
ylim |
A vector containing the extremes for the y-axes. |
fillc |
A string of color. |
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.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.