min: Take the minimum using R

Description Usage Arguments Value Examples

View source: R/min.R

Description

Take the minimum using R

Usage

1
min(x)

Arguments

X

the input sequence

Value

the minimum of X

Examples

1
2
3
4
5
6
## Not run: 
x=c(311,365,343,377,254)
y=min(x)
print(y)

## End(Not run)

th12th12/StatComp17085 documentation built on May 5, 2019, 11:08 p.m.