Learn R Programming

bigalgebra (version 3.0.0)

idamin: Index of the minimum absolute value

Description

Index of the minimum absolute value

Usage

idamin(N = NULL, X, INCX = 1L)

Value

Integer index (1-based).

Arguments

N

Optional integer giving the number of elements. Defaults to `length(X)`.

X

Double-precision vector, matrix or [`bigmemory::big.matrix`] input.

INCX

Integer stride for traversing `X`.