plot.normalp {MCMC4Extremes} | R Documentation |
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.
## S3 method for class 'normalp'
plot(x, type = c("histogram"), ...)
x |
a |
type |
which chosen plot |
... |
other graphics parameters |
data(Nile)
p=normalp(Nile,600)
plot(p,"histogram")