minindc: Create an Index of lowest values of each column

View source: R/minindc.r

minindcR Documentation

Create an Index of lowest values of each column

Description

This function creates a vector filled with the row position of the lowest value within each column of a matrix.

Usage

minindc(x)

Arguments

x

A matrix that will be be used to create the index of lowest values.

Value

pos A vector containing an index of the row position of the lowest value within each column of a matrix.


Stevo15025/PANICr documentation built on Sept. 7, 2024, 4:30 p.m.