Description Usage Arguments Value Examples
Central Probability of the Standard Normal Distribution
1  | snorm.prob(zp, lo = -4, up = 4, mt, dig = 4)
 | 
zp | 
 Vector of z-axis values (default=1:4)  | 
lo | 
 Lower limit of z-axis, Default: -4  | 
up | 
 Upper limit of z-axis, Default: 4  | 
mt | 
 Graph title (default="Central Probability of the Standard Normal Distribution")  | 
dig | 
 Number of digits below the decimal point, Default: 4  | 
None.
1 2  | zp = 1:3
snorm.prob(zp)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.