plot.normalp function

Plot Fitted Normal Model

Plot Fitted Normal Model

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"), ...)

Arguments

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

See Also

normalp

Examples

data(Nile) p=normalp(Nile,600) plot(p,"histogram")
  • Maintainer: Fernando Ferraz do Nascimento
  • License: GPL-2
  • Last published: 2016-07-14

Useful links