Learn R Programming

BioGeoBEARS (version 0.2.1)

get_leftright_nodes_matrix_from_results: Make a table of the Right and Left nodes descending from each node

Description

This table shows the Right, then Left, descendant nodenums for each node. This gets used later to plot splits at corners.

Usage

get_leftright_nodes_matrix_from_results(tr, results_object, nodes)

Arguments

tr
An ape phylo object
results_object
The results from a BioGeoBEARS ML search.
nodes
A list of internal node numbers for tree tr.

Value

leftright_nodes_matrix A table with the Right, the Left, nodes

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster https://code.google.com/p/lagrange/

Matzke_2012_IBS

ReeSmith2008

See Also

get_lagrange_nodenums, LGpy_splits_fn_to_table, LGcpp_splits_fn_to_table

Examples

Run this code
test=1

Run the code above in your browser using DataLab