Learn R Programming

PANICr (version 0.0.0.2)

minindc: Create an Index of lowest values of each column for a matrix

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 containig an index of the row position of the lowest value within each column of a matrix.