View source: R/compute_minmax.R
compute_min_max | R Documentation |
Function to compute minimum and maximum of the input vector
compute_min_max(x)
x |
vector |
Returns a vector of length 2. The first element is min value, and the second element is max value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.