Description Usage Arguments Value Note Examples
Plot the PDF of the Poisson distribution.
1 | plotPoisson(lambda)
|
lambda |
λ parameter of the Poisson distribution. |
The PDF of Poisson(λ).
The output can be treated like any ggplot2
object and modified accordingly.
1 2 3 | plotPoisson(1)
plotPoisson(5)
## Not run: plotPoisson(5) + ggtitle('I hate the default title!')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.