powered by
irank(x, ox = NULL)
order(x)
x <- rnorm(10) irank(x) rank(x) x <- c(1,2,3,3,0) irank(x) rank(x)
Run the code above in your browser using DataLab