powered by
Get the node identifiers of the tip nodes from a PhyloSim object.
# S3 method for PhyloSim getTips(this, ...)
A PhyloSim object
Not used.
A numeric vector.
For more information see PhyloSim.
PhyloSim
# NOT RUN { # create a PhyloSim object sim<-PhyloSim(phylo=rcoal(5)); # get the tip IDs getTips(sim) # get the tip IDs via virtual field sim$tips # }
Run the code above in your browser using DataLab