xml_treemodel | R Documentation |
Generate the tree-model block in a 'BEAST' XML file.
xml_treemodel( tree = NULL, treefile_name = NULL, tree_proposal_weight = 0, empiricaltree_mh = F )
tree |
A 'phylo' object that contains a single tree |
treefile_name |
Path of the '.trees' file that contains the distribution of trees |
tree_proposal_weight |
Weight of the empirical tree operator (only becomes relevant when |
empiricaltree_mh |
Whether treating the provided distribution of trees as part of the Markov chain (default true) or averaging over the distribution uniformly. |
XML code specifying the tree model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.