mrca_prior_to_xml_taxonset {beautier} | R Documentation |
Creates the taxonset
section in the prior section of the
distribution section of a BEAST2 XML parameter file.
Description
Creates the taxonset
section in the prior section of the
distribution section of a BEAST2 XML parameter file.
Usage
mrca_prior_to_xml_taxonset(mrca_prior, taxa_names_with_ids = NULL)
Arguments
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 |
Details
<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>
Value
lines of XML text
Author(s)
Richèl J.C. Bilderbeek
[Package beautier version 2.6.12 Index]