Learn R Programming

wrMisc (version 1.15.3.1)

.firstMin: Get first minimum

Description

This function allows to find the first minimum of a numeric vector

Usage

.firstMin(x, positionOnly = FALSE)

Value

numeric vector

Arguments

x

(numeric vector) main input

positionOnly

(logical)

See Also

Examples

Run this code
.firstMin(c(4,3:6))

Run the code above in your browser using DataLab