Description Usage Arguments Value Examples
View source: R/unstable.hist.R
To create 4 types of unstable histograms
1 | unstable.hist(N = 200, m1 = 10, s1 = 1, m2 = 6, s2 = 0.5, a = 8, b = 9, c = 9, vc = rep("cyan", 4))
|
N |
Number of random variates. Defaults to 200. |
m1 |
Means of two normal distributions. |
s1 |
Standard deviations of two normal distributions. |
m2 |
Means of two normal distributions. |
s2 |
Standard deviations of two normal distributions. |
mp |
Logical variable for making histogram. Defaults to FALSE. |
... |
Other graphic parameters |
None.
1 2 | unstable.hist()
unstable.hist(m1 = 15, s1 = 2, m2 = 8, s2 = 1, a = 12, b = 13, c = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.