metR (version 0.15.0)

Percentile: Percentiles

Description

Computes percentiles.

Usage

Percentile(x)

Value

A numeric vector of the same length as x with the percentile of each value of x.

Arguments

x

numeric vector

See Also

Other utilities: Anomaly(), JumpBy(), Mag(), logic

Examples

Run this code
x <- rnorm(100)
p <- Percentile(x)

Run the code above in your browser using DataLab