partRange: returns the minimum and maximum of a numeric vector or...

View source: R/partRange.R

partRangeR Documentation

returns the minimum and maximum of a numeric vector or numeric columns of a data frame

Description

this function is similar to R function range but instead to not return the real minimum and maximum, the computed values are multiplied by a very small random number.

Usage

partRange(...)

Arguments

x

a numerical or a data frame

Value

a numeric vector which contains the minimum and the maximum or a data frame with such vectors as columns


sib-swiss/dsSwissKnife documentation built on Nov. 27, 2024, 6:03 p.m.