Description Usage Arguments Value Examples
Generates perfect normally distributed numbers (used for plotting)
1 | perfect_rnorm(n, mean = 0, sd = 1)
|
n |
Number of samples |
mean |
Mean of the distribution. Default is 0 |
sd |
SD of the distribution. Default is 1 |
Numeric vector, length of n
1 | perfect_rnorm(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.