Percentile: Percentiles

View source: R/metR_small_funs.R

PercentileR Documentation

Percentiles

Description

Computes percentiles.

Usage

Percentile(x)

Arguments

x

numeric vector

Value

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

See Also

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

Examples

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


wStockhausen/wtsGIS documentation built on Aug. 23, 2023, 2:31 a.m.