Description Usage Arguments Value Examples
View source: R/min.R
Take the minimum using R
1
min(x)
X
the input sequence
the minimum of X
1 2 3 4 5 6
## Not run: x=c(311,365,343,377,254) y=min(x) print(y) ## End(Not run)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.