Percentile {metR} | R Documentation |
Computes percentiles.
Percentile(x)
x |
numeric vector |
A numeric vector of the same length as x with the percentile of each value of x.
Other utilities:
Anomaly()
,
JumpBy()
,
Mag()
,
logic
x <- rnorm(100)
p <- Percentile(x)