plot.gpdp: Plot Fitted GPD Model

Description Usage Arguments See Also Examples

View source: R/plot.gpdp.R

Description

The plot method plot.gpdp provides three differents plots: a histogram of the GPD parameters, a plot of predictive density resulting of posterior distribution of GPD parameters, and a return level plot of GPD distribution.

Usage

1
2
## S3 method for class 'gpdp'
plot(x, type = c("histogram", "predictive", "retlevel"), t=2, k=100, ...)

Arguments

x

a gpdp object

type

which chosen plot

t

start return level

k

end return level

...

other graphics parameters

See Also

gpdp

Examples

1
2
3
4
5
data(danish)
out=gpdp(danish,10,300)
## Not run: plot(out,"histogram")
## Not run: plot(out,"predictive")
plot(out,"retlevel", 10, 50)

MCMC4Extremes documentation built on May 1, 2019, 8:50 p.m.