powered by
Get the tip labels from a phylo object aggregated by a PhyloSim object.
# S3 method for PhyloSim getTipLabels(this, ...)
A PhyloSim object.
Not used.
A matrix containing the tip labels.
For more information see PhyloSim.
PhyloSim
# NOT RUN { # create a PhyloSim object sim<-PhyloSim(phylo=rcoal(5)); # get the tip labels getTipLabels(sim) # get the tip lables via virtual field sim$tipLabels # }
Run the code above in your browser using DataLab