sort.decreasing | R Documentation |
Sorts vec
in decreasing order.
## S3 method for class 'decreasing'
sort(vec)
vec |
A vector. |
A sorted vector.
sort.decreasing(rnorm(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.