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