plotPoisson {bayesAB} | R Documentation |
Plot the PDF of the Poisson distribution.
plotPoisson(lambda)
lambda |
|
The PDF of Poisson(\lambda
).
The output can be treated like any ggplot2
object and modified accordingly.
plotPoisson(1)
plotPoisson(5)
## Not run: plotPoisson(5) + ggtitle('I hate the default title!')