Search notes:

R function: min

min(c(5, 10, 3, 9, 20))
# [1] 3

#
#   See also
#     -> summary, -> range
Github repository about-r, path: /functions/min.R

See also

max and range
summary
Index to (some) R functions

Index