View source: R/misc.R View source: R/misc.R
calcMinMax | R Documentation |
Wrapper function around min and max that returns as a vector the minimum and maximum of a vector.
calcMinMax(x)
x |
A numeric vector. |
A named numeric vector of the minimum and maximum value.
calcMinMax(rnorm(20))
calcMinMax(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.