strsort | R Documentation |
Function strsort
collapses all tokens of a vector of strings in a
single string with sorted tokens
strsort(s)
s |
a vector of character strings |
a string
Jan Graffelman jan.graffelman@upc.edu
alleles
x <- c("AA","AB","BB","AC","CC")
print(strsort(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.