Description Usage Arguments Value Examples
Sort a hashmap by its values
1  | sortHashMapByValue(ahashmap)
 | 
ahashmap | 
 a hashmap that will be sorted by its values  | 
sortedhm the sorted hashmap
1 2 3 4  | ## Not run: 
shm <- sortHashMapByValue(ahm)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.