******* rowMins ******* .. container:: ======= =============== rowMins R Documentation ======= =============== .. rubric:: Return a vector with the row-wise minima of a matrix or dataframe. :name: rowMins .. rubric:: Description :name: description Return a vector with the row-wise minima of a matrix or dataframe. .. rubric:: Usage :name: usage .. code:: R rowMins(table) .. rubric:: Arguments :name: arguments ========= ==================== ``table`` matrix or dataframe. ========= ==================== .. rubric:: Value :name: value a vector with the row-wise minima.