Percentile function

Percentiles

Percentiles

Computes percentiles.

Percentile(x)

Arguments

  • x: numeric vector

Returns

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

Examples

x <- rnorm(100) p <- Percentile(x)

See Also

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

Other functions in metR

Related functions from the same R package