plot.normal: Plotting a Probability Distribution

Description Usage Arguments Value Author(s) Examples

Description

A plot is constructed convering the central part of a probability distribution. The purpose is simply to illustrate the properties of the distribution.

Usage

1
2
3
4
## S3 method for class 'normal'
plot(x, ...)
## S3 method for class 'binomialdistribution'
plot(x, ...)

Arguments

x

A probability distribution.

...

Other arguments (not currently in use).

Value

For univariate discrete distributions, a plot is generated showing with a histogram the probabilities of each of the possible values of the distribution. For univariate continuous distributions, a plot is made of roughly the central 99 of the distribution. For multivariate distributions, a combined plot is made, where one can find the marginal distributions along the diagonal, and contour plots for bivariate marginal distributions off the diagonal.

Author(s)

Petter Mostad <mostad@chalmers.se>

Examples

1
2
3

Example output

Loading required package: MASS

lestat documentation built on May 2, 2019, 2:09 p.m.