plot.normalp {MCMC4Extremes} | R Documentation |
Plot Fitted Normal Model
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
## S3 method for class 'normalp'
plot(x, type = c("histogram"), ...)
Arguments
x |
a |
type |
which chosen plot |
... |
other graphics parameters |
See Also
Examples
data(Nile)
p=normalp(Nile,600)
plot(p,"histogram")
[Package MCMC4Extremes version 1.1 Index]