Description Usage Arguments Value Note Examples
Plot the PDF of the Normal distribution.
1 | plotNormal(mu, sd)
|
mu |
μ parameter of the Normal distribution. |
sd |
σ parameter of the Normal distribution. |
The PDF of Normal(μ, σ^2).
The output can be treated like any ggplot2
object and modified accordingly.
1 2 3 | plotNormal(1, 1)
plotNormal(2, 5)
## Not run: plotNormal(2, 5) + ggtitle('I hate the default title!')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.