View source: R/s_parameter_to_xml.R
s_parameter_to_xml | R Documentation |
Converts an 's_param' to XML
s_parameter_to_xml(parameter, beauti_options)
parameter |
a s parameter,
a numeric value.
For advanced usage, use the structure
as created by |
beauti_options |
one BEAUti options object,
as returned by |
the parameter as XML text
Richèl J.C. Bilderbeek
s_parameter_to_xml(
create_s_param(id = 4, value = 1.25),
beauti_options = create_beauti_options_v2_4()
)
s_parameter_to_xml(
create_s_param(id = 4, value = 1.25),
beauti_options = create_beauti_options_v2_6()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.