| sortd | R Documentation |
Efficient function to perform sort(unique(v))
sortd(v)
v |
Vector |
numerical sorted vector without duplicates
v <- c(1,1,4,5)
sortd(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.