plot.evmm | R Documentation |
Plotting method for objects of class evmm
giving an overview of an estimated model.
## S3 method for class 'evmm'
plot(x, ...)
x |
an object of class |
... |
additional parameters for compatibility. |
The plot
method for objects of class evmm
reports four plots:
An histogram of the posterior distribution of xi.
An histogram of the posterior distribution of sigma.
A line plot of the estimated quantiles, their posterior credibility interval, and the empirical ones.
A plot of the predictive distribution together with the data histogram.
Plots of a model estimated with extrememix
.
plot(rainfall_ggpd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.