plotLogNormal {bayesAB}R Documentation

Plot the PDF of the Log Normal distribution.

Description

Plot the PDF of the Log Normal distribution.

Usage

plotLogNormal(mu, sigma)

Arguments

mu

\mu parameter of the Log Normal distribution.

sigma

\sigma parameter of the Log Normal distribution.

Value

The PDF of Log Normal(\mu, \sigma^2).

Note

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

Examples

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

[Package bayesAB version 1.1.3 Index]