unstable.hist: Unstable Histograms

Description Usage Arguments Value Examples

View source: R/ch2-fn.R

Description

To create 4 types of unstable histograms

Usage

1
2
unstable.hist(N = 200, m1 = 10, s1 = 1, m2 = 6, s2 = 0.5,
  a = 8, b = 9, c = 9, vc = rep("cyan", 4))

Arguments

N

Number of random variates. Defaults to 200.

m1, m2

Means of two normal distributions.

s1, s2

Standard deviations of two normal distributions.

mp

Logical variable for making histogram. Defaults to FALSE.

...

Other graphic parameters

Value

None

Examples

1
2
unstable.hist()
unstable.hist(m1=15, s1=2, m2=8, s2=1, a=12, b=13, c=10)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.