Description Usage Arguments Value See Also Examples
View source: R/PlotDressedEns.R
Plot a series forecast distributions of dressed ensembles
1 2 3 4 5 6 7 |
dressed.ens |
An object of class 'dressed.ens'. See ?DressEnsemble for details. |
add |
logical, default=FALSE. If TRUE, no new plotting device is created and everything is added to an existing device. |
obs |
A vector of length N, default=NULL. The verifying observations corresponding to the individual ensemble forecasts. If a vector of length N is provided (N = nrow(dressed.ens[["ens"]]), the values are added to the plot as markers. |
plot.ens |
logical, default=FALSE. If TRUE, the centers of the individual dressing kernels are indicated by markers. |
plot.ker |
logical, default=FALSE. If TRUE, the individual dressing kernels are plotted. |
none
DressEnsemble
1 2 3 | data(eurotempforecast)
d.ens <- DressEnsemble(ens)
PlotDressedEns(d.ens, add=FALSE, obs=obs, plot.ens=FALSE, plot.ker=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.