Learn R Programming

MCMC4Extremes (version 1.1)

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

"plot"(x, type = c("histogram"), ...)

Arguments

x
a normalp object
type
which chosen plot
...
other graphics parameters

See Also

normalp

Examples

Run this code
data(Nile)
p=normalp(Nile,600)
plot(p,"histogram")  

Run the code above in your browser using DataLab