plotLogNormal: Plot the PDF of the Log Normal distribution.

Description Usage Arguments Value Note Examples

Description

Plot the PDF of the Log Normal distribution.

Usage

1

Arguments

mu

μ parameter of the Log Normal distribution.

sigma

σ parameter of the Log Normal distribution.

Value

The PDF of Log Normal(μ, σ^2).

Note

The output can be treated like any ggplot2 object and modified accordingly.

Examples

1
2
3
plotLogNormal(1, 1)
plotLogNormal(2, .5)
## Not run: plotLogNormal(2, .5) + ggtitle('I hate the default title!')

FrankPortman/bayesAB documentation built on June 25, 2021, 6:49 p.m.