unstable.hist: Unstable Histograms

View source: R/ch2-fn.R

unstable.histR Documentation

Unstable Histograms

Description

To create 4 types of unstable histograms

Usage

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

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

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.