Learn R Programming

BioGeoBEARS (version 0.2.1)

nodenums_bottom_up: Assign node labels in bottom-up, left-first format (as in e.g. r8s)

Description

This function assigns node numbers by tracing up from the root. This corresponds to the node numbers in e.g. r8s (Sanderson (2003)).

Usage

nodenums_bottom_up(tr)

Arguments

tr
A tree object in phylo format.

Value

traverse_records

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Sanderson_2003_r8s

Matzke_2012_IBS

r8s

Marazzi_etal_Sanderson_2012_r8s_morph

See Also

phylo4,

Examples

Run this code
test=1

Run the code above in your browser using DataLab