graphicalExtremes (version 0.3.1)

unif: Uniform margin

Description

Rescale the vector x empirically to uniform margin.

Usage

unif(x, na.rm = FALSE)

Value

Numeric vector with entries rescaled to uniform margins

Arguments

x

Numeric vector.

na.rm

Logical. If TRUE, missing values are removed. If FALSE, missing values are kept as such.