Learn R Programming

SQMtools (version 1.6.3)

rowMaxs: 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)

Value

a vector with the row-wise maxima.

Arguments

table

matrix or dataframe.