powered by
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(\(\mu\), \(\sigma^2\)).
# 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