splitTips | R Documentation |
This function is designed to split tip labels into a dataframe object. Each column in the dataframe corresponds to the genus, species, infraspecific name, and associated voucher and GenBank information, whenever available. If doubtful particles such as 'aff.' or 'cf.' are provided, they will also be separated into a distinct column.
splitTips(tiplabels = NULL)
tiplabels |
A vector of tip labels from a phylogeny. |
A dataframe.
Domingos Cardoso
## Not run:
library(catGenes)
data(Harpalyce_bayes_tree)
df <- splitTips(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.