Rdocumentation
powered by
Learn R Programming
formattable (version 0.1.5)
qrank: Quantile ranks of a vector
Description
The quantile rank of a number in a vector is the relative position of ranking resulted from rank divided by the length of vector.
Usage
qrank(x, ...)
Arguments
x
a vector
...
additional parameters passed to
rank
See Also
rank
Examples
Run this code
qrank(mtcars$mpg)
Run the code above in your browser using
DataLab