View source: R/tn93_site_model_to_xml_prior_distr.R
tn93_site_model_to_xml_prior_distr | R Documentation |
Converts a TN93 site model to XML,
used in the prior
section
tn93_site_model_to_xml_prior_distr(site_model, beauti_options)
site_model |
a site model,
as returned by |
beauti_options |
one BEAUti options object,
as returned by |
the site model as XML text
Richèl J.C. Bilderbeek
tn93_site_model_to_xml_prior_distr(
site_model = create_tn93_site_model(
id = 1,
kappa_1_prior_distr = create_uniform_distr(id = 2),
kappa_2_prior_distr = create_uniform_distr(id = 3)
),
beauti_options = create_beauti_options()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.