colMaxs: A wrapper for matrixStats::colMaxs() Returns the minimal...

View source: R/df_utils.R

colMaxsR Documentation

A wrapper for matrixStats::colMaxs() Returns the minimal numeric value per column in a matrix or a dataframe

Description

A wrapper for matrixStats::colMaxs() Returns the minimal numeric value per column in a matrix or a dataframe

Usage

colMaxs(x, ...)

Arguments

...

Arguments passed on to matrixStats::rowMaxs

x

An NxK matrix or, if dim. is specified, an N * K vector.

rows

A vector indicating subset of rows to operate over. If NULL, no subsetting is done.

cols

A vector indicating subset of columns to operate over. If NULL, no subsetting is done.

na.rm

If TRUE, missing values are excluded.

dim.

An integer vector of length two specifying the dimension of x, also when not a matrix. Comment: The reason for this argument being named with a period at the end is purely technical (we get a run-time error if we try to name it dim).

useNames

If TRUE (default), names attributes of the result are set, otherwise not.


tanaylab/tgutil documentation built on March 16, 2024, 12:07 a.m.