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/TigeR documentation built on July 24, 2024, 6:36 a.m.