Skip to contents

Get maximum of each row of data.frame

Usage

rowMaxs2(df, na.rm = TRUE)

Arguments

df

data.frame or matrix.

na.rm

default is TRUE. not tested for FALSE

Value

max of each row

See also

colMaxs2()