powered by
Plot the PDF of the Normal distribution.
plotNormal(mu, sd)
\(\mu\) parameter of the Normal distribution.
\(\sigma\) parameter of the Normal distribution.
The PDF of Normal(\(\mu\), \(\sigma^2\)).
# NOT RUN { plotNormal(1, 1) plotNormal(2, 5) # } # NOT RUN { plotNormal(2, 5) + ggtitle('I hate the default title!') # }
Run the code above in your browser using DataLab