Plots mean curve along with quantiles through time for the forward, backward or smoothed clouds.
# S3 method for PF_clouds
plot(
x,
y,
type = c("smoothed_clouds", "forward_clouds", "backward_clouds"),
ylim,
add = FALSE,
qlvls = c(0.05, 0.5, 0.95),
pch = 4,
lty = 1,
col,
...,
cov_index,
qtype = c("points", "lines")
)
List with quantile levels and mean curve.
an object of class PF_clouds
.
unused.
parameter to specify which cloud to plot.
ylim
passed to matplot
.
TRUE
if a new plot should not be made.
vector of quantile levels to be plotted.
pch
argument for the quantile points.
lty
argument for the mean curves.
unused.
indices of the state vector to plot. All are plotted if this argument is omitted.
character specifying how to show quantiles. Either
"points"
for crosses or "lines"
for dashed lines.