Learn R Programming

BioGeoBEARS (version 0.2.1)

LGcpp_MLstate_per_node: Get the ML states per node, from a states table

Description

Given a table of states probabilities from either LGcpp_states_fn_to_table or LGcpp_states_fn_to_table, get the ML state for each node.

Usage

LGcpp_MLstate_per_node(states)

Arguments

states
A data.frame containing the node numbers, states, and state probabilities.

Value

MLstates A data.frame containing the node numbers, ML states, and state probabilities.

Details

See get_lagrange_nodenums for connecting these node numbers to APE node numbers.

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, LGcpp_states_fn_to_table, LGcpp_states_fn_to_table

Examples

Run this code
test=1

Run the code above in your browser using DataLab