plot.evmm: Plot of Extreme Value Mixture Models

View source: R/plot.R

plot.evmmR 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 evmm.

...

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)


extrememix documentation built on Oct. 4, 2024, 5:09 p.m.