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