| plot.PF_clouds | R Documentation | 
Plots mean curve along with quantiles through time for the forward, backward or smoothed clouds.
## S3 method for class '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")
)
| x | an object of class  | 
| y | unused. | 
| type | parameter to specify which cloud to plot. | 
| ylim | 
 | 
| add | 
 | 
| qlvls | vector of quantile levels to be plotted. | 
| pch | 
 | 
| lty | 
 | 
| col | 
 | 
| ... | unused. | 
| cov_index | indices of the state vector to plot. All are plotted if this argument is omitted. | 
| qtype | character specifying how to show quantiles. Either
 | 
List with quantile levels and mean curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.