50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


beautier (version 2.6.12)

s_parameter_to_xml: Internal function

Description

Converts an `s_param` to XML

Usage

s_parameter_to_xml(parameter, beauti_options)

Value

the parameter as XML text

Arguments

parameter

a s parameter, a numeric value. For advanced usage, use the structure as created by create_s_param)

beauti_options

one BEAUti options object, as returned by create_beauti_options

Author

Richèl J.C. Bilderbeek

Examples

Run this code
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()
)

Run the code above in your browser using DataLab