colMax: Find the max value of a (set of) column(s)

colMaxR Documentation

Find the max value of a (set of) column(s)

Description

Find the max value of a (set of) column(s)

Usage

colMax(x, na.rm = TRUE)

Arguments

x

numerical matrix

na.rm

logical. Should NA values be removed?

Value

numerical vector

Author(s)

Simon Frey

See Also

colMin

rowMin

rowMax

rowMedian

Examples

    data("runoff")
    colMax(runoff)

freysimon/TigR documentation built on Jan. 26, 2024, 9:01 a.m.