Description Usage Arguments Value Note Author(s) References See Also
Thess functions parse chronograms in NEXUS format as produced by TreeAnnotator or output by MrBayes.
1 2 3 4 5 | read.mrbayes(file, digits = NULL)
read.beast(file, digits = NULL)
read.starbeast(file)
|
file |
A character string giving the input file, which must be a TreeAnnotator-generated chronogram in NEXUS format. |
digits |
NULL or integer, if |
An object of class phylo
read.starbeast
currently parses only skalars and ranges; node statistics with more than two values will be deleted and a warning message will be issued. Future version of read.starbeast
will hopefully be able to append list or data frames to phylo
objects. If you have any opinion or wishes regarding the question of how this exactly should be managed, send me a message.
Christoph Heibl
TreeAnnotator: http://beast.bio.ed.ac.uk/TreeAnnotator
Metacomments in NEXUS: http://code.google.com/p/beast-mcmc/wiki/NexusMetacommentFormat
read.beast.table
to extract internal node data from NEXUS file, rbeauti
to create XML input for BEAST, node.trans
, HPDbars
to plot highest posterior densities on phylogenies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.