plotPoisson: Plot the PDF of the Poisson distribution.

Description Usage Arguments Value Note Examples

Description

Plot the PDF of the Poisson distribution.

Usage

1
plotPoisson(lambda)

Arguments

lambda

λ parameter of the Poisson distribution.

Value

The PDF of Poisson(λ).

Note

The output can be treated like any ggplot2 object and modified accordingly.

Examples

1
2
3
plotPoisson(1)
plotPoisson(5)
## Not run: plotPoisson(5) + ggtitle('I hate the default title!')

Example output



bayesAB documentation built on June 25, 2021, 1:07 a.m.