rangeDS: returns the minimum and maximum of a numeric vector

View source: R/rangeDS.R

rangeDSR Documentation

returns the minimum and maximum of a numeric vector

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

rangeDS(xvect)

Arguments

xvect

a numerical

Value

a numeric vector which contains the minimum and the maximum values of the vector

Author(s)

Amadou Gaye, Demetris Avraam for DataSHIELD Development Team


datashield/dsBase documentation built on May 16, 2023, 10:01 p.m.