plot.gev {evir} | R Documentation |
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.
## S3 method for class 'gev'
plot(x, ...)
x |
a |
... |
other graphics parameters |
Data are converted to unit exponentially distributed residuals under null hypothesis that GEV fits. Two diagnostics for iid exponential data are offered.
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