View source: R/norm_density_plot.R
build_qnorm_dat | R Documentation |
Build data for a quantile curve for a normal dist
build_qnorm_dat(xmin, xmax, 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.