View source: R/gamma_distr_to_xml.R
gamma_distr_to_xml | R Documentation |
Converts a gamma distribution to XML
gamma_distr_to_xml(gamma_distr, beauti_options = create_beauti_options())
gamma_distr |
a gamma distribution,
as created by |
beauti_options |
one BEAUti options object,
as returned by |
the distribution as XML text
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# gamma distribution must be initialized
gamma_distr_to_xml(
gamma_distr = create_gamma_distr(
id = "0",
alpha = create_alpha_param(id = "2", value = "0.5396"),
beta = create_beta_param(id = "3", value = "0.3819")
)
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.