NormalDist: Plot a normal distribution

Description Usage Arguments Author(s) Examples

View source: R/NormalDist.R

Description

Given a mean (mu) and standard deviation (s), plot the normal distribution.

Usage

1
NormalDist(mu, s)

Arguments

mu

numeric. The mean.

s

numeric. The standard deviation.

Author(s)

Kevin Middleton (middletonk@missouri.edu)

Examples

1
2
3
4
5
6
7
## Not run: 
if (require(manipulate)) {
  manipulate(normal_dist(mu, s),
             mu = slider(-10, 10),
             s = slider(0.01, 10))
}
## End(Not run)

kmiddleton/kmmisc documentation built on Jan. 27, 2020, 7:55 a.m.