plot.normalp: Plot Fitted Normal Model

Description Usage Arguments See Also Examples

View source: R/plot.normalp.R

Description

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

Usage

1
2
## S3 method for class 'normalp'
plot(x, type = c("histogram"), ...)

Arguments

x

a normalp object

type

which chosen plot

...

other graphics parameters

See Also

normalp

Examples

1
2
3
data(Nile)
p=normalp(Nile,600)
plot(p,"histogram")  

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