freq_param_to_xml {beautier} | R Documentation |
Converts a 'freq' parameter to XML
freq_param_to_xml(freq_param, beauti_options = create_beauti_options())
freq_param |
a 'freq' parameter, as created by create_freq_param |
beauti_options |
one BEAUti options object,
as returned by |
the parameter as XML text
Richèl J.C. Bilderbeek
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()