Learn R Programming

MCMC4Extremes (version 1.1)

plot.gumbelp: 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

"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

Run this code
data(nidd.annual)
out=gumbelp(nidd.annual,1,500)
## Not run: plot(out,"histogram")
## Not run: plot(out,"predictive")
plot(out,"retlevel", 10)

Run the code above in your browser using DataLab