plot.gevp {MCMC4Extremes} | R Documentation |
Plot Fitted GEV Model
Description
The plot method plot.gevp provides three differents plots: a histogram of the gev parameters, a plot of predictive density resulting of posterior distribution of GEV parameters, and a return level plot of GEV distribution.
Usage
## S3 method for class 'gevp'
plot(x, type = c("histogram", "predictive", "retlevel"), t=2, k=100, ...)
Arguments
x |
a |
type |
which chosen plot |
t |
start return level |
k |
end return level |
... |
other graphics parameters |
See Also
Examples
# Return level of river nidd data
data(nidd.annual)
out=gevp(nidd.annual,1,300)
## Not run: plot(out,"histogram")
plot(out,"predictive")
## Not run: plot(out,"retlevel", 10, 50)
[Package MCMC4Extremes version 1.1 Index]