| ith.rank | R Documentation | 
Retieve the i'th ranked item from a numerical vector
ith.rank(values, i, high = TRUE)
| values | a numerical vector | 
| i | the rank | 
| high | whether to rank by highest or lowest values. | 
the ith ranked value
vals <- rnorm(100,0,1)
ith.rank(vals,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.