View source: R/read.beast.table.R
read.beast.table | R Documentation |
This function reads a BEAST chronogram such as produced by TreeAnnotator and extracts time, rate, and support values for internal and external nodes. Nodes in the resulting data frame are ordered exactly like in the NEXUS file.
read.beast.table(file, digits = 2)
file |
character string giving the input file, which must be a TreeAnnotator-generated chronogram in NEXUS format |
digits |
NULL or integer, if |
A matrix; each row corresponds to an internal node, the (ape!)number of which is given in the first column; the remaining columns list the node values extracted from the chronogram.
Christoph Heibl
read.beast
to parse TreeAnnotator output, rbeauti
to create XML input for BEAST. HPDbars
for plotting highest posterior densities on phylogenies has been moved to package viper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.