irank | R Documentation |
Compute the number of elements less or equal the elements in a given vector.
irank(x, ox = NULL)
x |
a numeric vector. |
ox |
|
A vector of integers.
x <- rnorm(10) irank(x) rank(x) x <- c(1,2,3,3,0) irank(x) rank(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.