freq_param_to_xml {beautier} | R Documentation |
Internal function
Description
Converts a 'freq' parameter to XML
Usage
freq_param_to_xml(freq_param, beauti_options = create_beauti_options())
Arguments
freq_param |
a 'freq' parameter, as created by create_freq_param |
beauti_options |
one BEAUti options object,
as returned by |
Value
the parameter as XML text
Author(s)
Richèl J.C. Bilderbeek
Examples
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()
[Package beautier version 2.6.12 Index]