Learn R Programming

PANICr (version 1.0.0)

minindc: 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.