MinRow: Calculate minimum

Description Usage Arguments Details Value Examples

View source: R/MinRow.R

Description

This function calculate the minimum of every row of input table.

Usage

1

Arguments

df

Numeric 2 dimension table

Details

The inputs can be also numeric vector.

Value

Good way: numeric vector - minimum of every row of input table

Bad way: -1 if input data are invalid

Examples

1
2
3
4

Ortem-a/mypackage documentation built on Dec. 18, 2021, 5:41 a.m.