Learn R Programming

bayesAB (version 1.1.3)

plotPoisson: Plot the PDF of the Poisson distribution.

Description

Plot the PDF of the Poisson distribution.

Usage

plotPoisson(lambda)

Arguments

lambda

\(\lambda\) parameter of the Poisson distribution.

Value

The PDF of Poisson(\(\lambda\)).

Examples

Run this code
# NOT RUN {
plotPoisson(1)
plotPoisson(5)
# }
# NOT RUN {
plotPoisson(5) + ggtitle('I hate the default title!')
# }

Run the code above in your browser using DataLab