plot.evmm {extrememix} | R Documentation |
Plot of Extreme Value Mixture Models
Description
Plotting method for objects of class evmm
giving an overview of an estimated model.
Usage
## S3 method for class 'evmm'
plot(x, ...)
Arguments
x |
an object of class |
... |
additional parameters for compatibility. |
Details
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.
Value
Plots of a model estimated with extrememix
.
Examples
plot(rainfall_ggpd)
[Package extrememix version 0.0.1 Index]