getClusters: Gets the descendant nodes of a phylogeny at a given time...

Description Usage Arguments Value References Examples

View source: R/Get_Clusters.R

Description

getClusters returns the tips that descend from a given node or time depth on a dated phylogenetic tree.

Usage

1
getClusters(tree, cut = 2, ...)

Arguments

tree

is a dated phylogenetic tree with branch lengths stored as a phylo object (as in the ape package).

Value

A list of descendants

References

\insertRef

Schliep2010bioregion

Examples

1
2
3
4
5
6
require(phylobase)
geo <- get(data(geospiza))
tree <- geo$tree
plot(tree)
axisPhylo(side = 1)
getClusters(tree, .3)

darunabas/bioregion documentation built on Oct. 27, 2019, 6:57 a.m.