View source: R/create_beast2_input_distr.R
yule_tree_prior_to_xml_prior_distr | R Documentation |
prior
section in the prior section of
the prior section of the distribution section
of a BEAST2 XML parameter file for a Yule tree priorCreates the prior
section in the prior section of
the prior section of the distribution section
of a BEAST2 XML parameter file for a Yule tree prior
yule_tree_prior_to_xml_prior_distr(
yule_tree_prior,
beauti_options = create_beauti_options()
)
yule_tree_prior |
a Yule tree_prior,
as created by |
beauti_options |
one BEAUti options object,
as returned by |
lines of XML text
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# <distribution id="posterior" spec="util.CompoundDistribution">
# <distribution id="prior" spec="util.CompoundDistribution">
# HERE, where the ID of the distribution is 'prior'
# </distribution>
# <distribution id="likelihood" ...>
# </distribution>
# </distribution>
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.