Description Usage Arguments Details Value Author(s) See Also Examples
This function takes a tree object and produces a dataframe containing attributes attached to each node by MrBayes.
1 | mb_attrs(tree)
|
tree |
an object of type |
The returned dataframe contains one row per node, and one column per
attribute. The attributes parsed are prob, prob_stddev,
length_mean, length_median, length_95_HPD_low,
and length_95_HPD_high.
Attributes which are derivable from the others are not parsed (for example,
the prob_percent attribute is not parsed, since it's prob
times 100.
A dataframe of attributes.
Anusha Beer anbeer29@gmail.com
parse_annotated,
read_annotated
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.