Learn R Programming

phylosim (version 3.0.2)

getNtips.PhyloSim: Get the number of the tips form a phylo object aggregated by a PhyloSim object

Description

Get the number of the tips form a phylo object aggregated by a PhyloSim object.

Usage

# S3 method for PhyloSim
getNtips(this, ...)

Arguments

this

A PhyloSim object

...

Not used.

Value

A numeric vector of length one.

See Also

For more information see PhyloSim.

Examples

Run this code
# NOT RUN {
	# create a PhyloSim object
	sim<-PhyloSim(phylo=rcoal(5));
	# get the number of tips
	getNtips(sim)
	# get the number of tips via virtual field
	sim$ntips
 
# }

Run the code above in your browser using DataLab