colMin: Find the min value of a (set of) column(s)

colMinR Documentation

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

Description

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

Usage

colMin(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

colMax

rowMin

rowMax

rowMedian

Examples

    data("runoff")
    colMin(runoff)

freysimon/TigR documentation built on April 20, 2024, 9:28 p.m.