.normRange | R Documentation |
Normal Range
.normRange(x, nsd = 1, na.rm = FALSE, ...)
x |
numeric vector to compute normal range from |
nsd |
optional argument defining the number of standard deviation to add and substract to the mean |
na.rm |
a logical evaluating to TRUE or FALSE indicating whether NA values should be stripped before the computation proceeds. |
... |
further arguments passed to mean and sd functions. |
numeric vector of length 3 representing the min, mean and max of the normal range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.