build_dnorm_dat: Build data for a pdf curve for a normal dist

View source: R/norm_density_plot.R

build_dnorm_datR Documentation

Build data for a pdf curve for a normal dist

Description

Build data for a pdf curve for a normal dist

Usage

build_dnorm_dat(xmin = -2, xmax = 2, len = 100, pop_mean = 0, pop_sd = 1)

Arguments

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


michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.