dst_norm | R Documentation |
Makes a Normal (Gaussian) distribution.
dst_norm(mean, sd)
mean |
Mean of the distribution. Single numeric. |
sd |
Standard deviation of the distribution. Single positive numeric. |
A Normal distribution.
dst_norm(0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.