Last chance! 50% off unlimited learning
Sale ends in
Create a vector of all taxon names appearing on a collection of trees, with no repeats.
taxonNames(trees)
a vector of unique names of taxa appearing on the trees
a multiPhylo object containing a collection of trees
gtrees=read.tree(file=system.file("extdata","dataGeneTreeSample",package="MSCquartets"))
tnames=taxonNames(gtrees)
Run the code above in your browser using DataLab