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.
## S3 method for class 'gumbelp'plot(x, type = c("histogram","predictive","retlevel"), t=2, k=100,...)
Arguments
x: a gumbelp object
type: which chosen plot
t: start return level
k: end return level
...: other graphics parameters
See Also
gumbelp
Examples
data(nidd.annual)out=gumbelp(nidd.annual,1,500)## Not run: plot(out,"histogram")## Not run: plot(out,"predictive")plot(out,"retlevel",10)