Learn R Programming

bayesAB (version 1.1.3)

plotLogNormal: 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\)).

Examples

Run this code
# NOT RUN {
plotLogNormal(1, 1)
plotLogNormal(2, .5)
# }
# NOT RUN {
plotLogNormal(2, .5) + ggtitle('I hate the default title!')
# }

Run the code above in your browser using DataLab