minmax: Minimum and maximum value of continous variables

Description Usage Arguments Value Author(s) See Also Examples

View source: R/minmax.R

Description

Compute the minimum and maximum of continous variables.

Usage

1
minmax(x, k = 1)

Arguments

x

Vector of the continous variable.

k

Number of decimal places. If not specified, the number of decimal places is 1 or 2.

Value

"minimum" -- "maximum" is returned.

Author(s)

Lorenz Uhlmann, Csilla van Lunteren

See Also

formatr

Examples

1
2
3
4
5
6
7
## Not run: 
set.seed(12345)
x<-rnorm(100)

minmax(x,k=2)

## End(Not run)

vanLunteren/DescrTab documentation built on May 4, 2019, 10:56 a.m.