.firstMin {wrMisc} | R Documentation |
Get first minimum
Description
This function allows to find the first minimum of a numeric vector
Usage
.firstMin(x, positionOnly = FALSE)
Arguments
x |
(numeric vector) main input |
positionOnly |
(logical) |
Value
numeric vector
See Also
Examples
.firstMin(c(4,3:6))
[Package wrMisc version 1.15.1 Index]