abbrevGen | R Documentation |
This function abbreviates genus names. In cases where multiple genera share similarities in their first, second, and third letters, the function will generate an abbreviation, extending up to the fourth letter for disambiguation.
abbrevGen(tiplabels = NULL)
tiplabels |
A vector of genus names or tip labels to be abbreviated. |
abbrevfull |
A logical value indicating whether to fully abbreviate genus
names, if set to |
abbrevmult |
A logical value indicating whether to fully abbreviate genus
names in different ways depending on how they differ to each other based on
the initial letters. If set to |
A dataframe.
Domingos Cardoso
## Not run:
library(catGenes)
data(Harpalyce_bayes_tree)
df <- abbrevGen(tiplabels = Harpalyce_bayes_tree@phylo$tip.label)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.