norm.diag | R Documentation |
Investigate the Normality of Data
norm.diag(x, xrng, by = 1, dig = 4, dc = c("cyan", 2, 4))
x |
Data vector |
xrng |
Range of x-axis, Default: c(mean-3stdev, mean+3stdev) |
by |
Histogram class interval, Default: 1 |
dig |
Number of digits below the decimal point, Default: 4 |
dc |
Color vector, Default: c("cyan", 2, 4) |
None.
(x = c(1,2,5,7, rep(8,7), rep(9,5), rep(10,4))) norm.diag(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.