getTipLabels.PhyloSim: Get the tip labels from a phylo object aggregated by a...

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the tip labels from a phylo object aggregated by a PhyloSim object.

Usage

1
2
## S3 method for class 'PhyloSim'
getTipLabels(this, ...)

Arguments

this

A PhyloSim object.

...

Not used.

Value

A matrix containing the tip labels.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PhyloSim.

Examples

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
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.