drange: Range(DEPRECATED)

Description Usage Arguments Value Examples

View source: R/drange.R

Description

This function returns the difference of maximum and minimum of a given vector.

Usage

1
drange(x)

Arguments

x

a numeric vector.

Value

the difference of maximum and minimum of a given vector

Examples

1
2
3
(x <- rnorm(5))
# drange() is deprecated. Use U_range()
# drange(x)

UncDecomp documentation built on Nov. 7, 2019, 5:09 p.m.

Related to drange in UncDecomp...