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

View source: R/extra_methods.R

rowMinsR Documentation

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)

Arguments

table

matrix or dataframe.

Value

a vector with the row-wise minima.


SQMtools documentation built on April 3, 2025, 6:16 p.m.

Related to rowMins in SQMtools...