normalRegion: Plot normal curve with middle region painted.

Description Usage Arguments Details Value Author(s)

Description

Plot normal curve with middle region painted.

Usage

1
2
normalRegion(mn = 100, sd = 10, expanse = 3.5, min, max,
  region.col = "grey", line.col = "black", label = FALSE, lwd = 3)

Arguments

mn

the mean

sd

standard deviation

expanse

distance from mean for upper and lower plot limits in sd units. Defaults to 3.5.

min

lower bound of painted region

max

upper bound of painted region

region.col

painted region color

line.col

line color

label

label for painted region

lwd

line width

Details

Note that this handles plots as per function stdnormal1() as a special case.

Value

Used for side effect.

Author(s)

Dave Braze davebraze@gmail.com


davebraze/FDB1 documentation built on May 14, 2019, 8:59 p.m.