View source: R/norm_density_plot.R
build_pnorm_dat | R Documentation |
Build data for a cdf curve for a normal dist
build_pnorm_dat(xmin = -2, xmax = 2, len = 100, pop_mean = 0, pop_sd = 1)
xmin |
minimum x-value |
xmax |
maximum x-value |
len |
how many points to create for the curve |
pop_mean |
mean for the population |
pop_sd |
standard deviation for the population |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.