Plot the PDF of the Log Normal distribution.
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.
plotLogNormal(1, 1)plotLogNormal(2, .5)if (FALSE) plotLogNormal(2, .5) + ggtitle('I hate the default title!')