Learn R Programming

SQMtools (version 1.7.2)

rowMins: Return a vector with the row-wise minima of a matrix or dataframe.

Description

Return a vector with the row-wise minima of a matrix or dataframe.

Usage

rowMins(table)

Value

a vector with the row-wise minima.

Arguments

table

matrix or dataframe.