rowMins
rowMins |
R 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
|
matrix or dataframe. |
Value
a vector with the row-wise minima.