View source: R/mrca_prior_to_xml_taxonset.R
mrca_prior_to_xml_taxonset | R Documentation |
taxonset
section in the prior section of the
distribution section of a BEAST2 XML parameter file.Creates the taxonset
section in the prior section of the
distribution section of a BEAST2 XML parameter file.
mrca_prior_to_xml_taxonset(mrca_prior, taxa_names_with_ids = NULL)
mrca_prior |
a Most Recent Common Ancestor prior,
as returned by |
taxa_names_with_ids |
taxa names that already have received
an ID. Causes the XML to |
<taxonset id="all" spec="TaxonSet">
<taxon id="626029_aco" spec="Taxon"/>
<taxon id="630116_aco" spec="Taxon"/>
<taxon id="630210_aco" spec="Taxon"/>
<taxon id="B25702_aco" spec="Taxon"/>
<taxon id="61430_aco" spec="Taxon"/>
</taxonset>
lines of XML text
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.