Description Usage Arguments Value Author(s) See Also Examples
Get the tip labels from a phylo object aggregated by a PhyloSim object.
1 2 | ## S3 method for class 'PhyloSim'
getTipLabels(this, ...)
|
this |
A PhyloSim object. |
... |
Not used. |
A matrix containing the tip labels.
Botond Sipos, Gregory Jordan
For more information see PhyloSim
.
1 2 3 4 5 6 7 | # create a PhyloSim object
sim<-PhyloSim(phylo=rcoal(5));
# get the tip labels
getTipLabels(sim)
# get the tip lables via virtual field
sim$tipLabels
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.