rowMaxs: Return a vector with the row-wise maxima of a matrix or...

View source: R/extra_methods.R

rowMaxsR Documentation

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

Description

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

Usage

rowMaxs(table)

Arguments

table

matrix or dataframe.

Value

a vector with the row-wise maxima.


SQMtools documentation built on Aug. 27, 2026, 9:07 a.m.

Related to rowMaxs in SQMtools...