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 April 3, 2025, 6:16 p.m.

Related to rowMaxs in SQMtools...