Description Usage Arguments Value Examples
To create Stratified Histograms from a mixed data set
1 2 | strat.hist(ng = 3, n = 200, m = c(6, 10, 14), s = 1, sp = c(4,
16), vc, prob = FALSE)
|
ng |
Number of classes. Defaults to 3. |
n |
Number of samples. Defaults to 200. |
m |
Vector of means. Defaults to c(6,10,14) |
s |
Standard deviations. Default: 1 |
sp |
Specification limits. Default: c(4, 16) |
vc |
Colors of histograms. |
prob |
Density scale? Default: FALSE |
None
1 2 | strat.hist()
strat.hist(ng=4, m=c(6,10,14,18), sp=c(4,20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.