plot.gev {evir}R Documentation

Plot Fitted GEV Model

Description

The plot method plot.gev provides two different residual plots for assessing fitted GEV model. The user selects the plot type from a menu. See the examples below.

Usage

## S3 method for class 'gev'
plot(x, ...)

Arguments

x

a gev object

...

other graphics parameters

Details

Data are converted to unit exponentially distributed residuals under null hypothesis that GEV fits. Two diagnostics for iid exponential data are offered.

See Also

gev, qplot

Examples

data(bmw)
out <- gev(bmw, 100) 
## Not run: plot(out)
 
## Not run: Make a plot selection (or 0 to exit):
## Not run: 1: plot: Scatterplot of Residuals
## Not run: 2: plot: QQplot of Residuals

[Package evir version 1.7-4 Index]