Description Usage Arguments Value Examples
This function takes a single numeric vector and returns the minimum value in the vector.
1 | minimum(x)
|
x |
Numeric vector of values |
Minimum value
1 2 | x <- 1:10
minimum(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.