Description Usage Arguments Value Note Examples
Plot the PDF of the Log Normal distribution.
1 | plotLogNormal(mu, sigma)
|
mu |
μ parameter of the Log Normal distribution. |
sigma |
σ parameter of the Log Normal distribution. |
The PDF of Log Normal(μ, σ^2).
The output can be treated like any ggplot2
object and modified accordingly.
1 2 3 | plotLogNormal(1, 1)
plotLogNormal(2, .5)
## Not run: plotLogNormal(2, .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.