Learn R Programming

beautier (version 2.6.12)

freq_param_to_xml: Internal function

Description

Converts a `freq` parameter to XML

Usage

freq_param_to_xml(freq_param, beauti_options = create_beauti_options())

Value

the parameter as XML text

Arguments

freq_param

a `freq` parameter, as created by create_freq_param

beauti_options

one BEAUti options object, as returned by create_beauti_options

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beautier_folder()

# The freq parameter must be initialized, i.e. have an ID
freq_param_to_xml(freq_param = create_freq_param(id = "1"))

check_empty_beautier_folder()

Run the code above in your browser using DataLab