plot.gumbelp {MCMC4Extremes} | R Documentation |
Plot Fitted Gumbel Model
Description
The plot method plot.gumbelp provides three differents plots: a histogram of the gumbel parameters, a plot of predictive density resulting of posterior distribution of gumbel parameters, and a return level plot of gumbel distribution.
Usage
## S3 method for class 'gumbelp'
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
data(nidd.annual)
out=gumbelp(nidd.annual,1,500)
## Not run: plot(out,"histogram")
## Not run: plot(out,"predictive")
plot(out,"retlevel", 10)
[Package MCMC4Extremes version 1.1 Index]