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

...

additional parameters for compatibility.

Details

The plot method for objects of class evmm reports four plots:

Value

Plots of a model estimated with extrememix.

Examples

plot(rainfall_ggpd)


[Package extrememix version 0.0.1 Index]