norm.spn | R Documentation |
Minimum Number of Samples from Normal Population
norm.spn(kp, alp, lo = 0.1, up = 1, mt, dcol, log = TRUE)
kp |
Error limit in multiples of the standard deviation |
alp |
Level of significance vector |
lo |
Lower limit of the error limit, Default: 0.1 |
up |
Upper limit of the error limit, Default: 1 |
mt |
Plot title |
dcol |
Line color (default=rainbow()) |
log |
Logical value for log-scaling y-axis, Default: TRUE |
None.
alp = c(0.01, 0.05, 0.1) dcol = c(2, 4, "green4") norm.spn(kp=0.4, alp, dcol=dcol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.