distr_to_xml {beautier} | R Documentation |
Internal function
Description
Converts a distribution to XML
Usage
distr_to_xml(distr, beauti_options)
Arguments
distr |
a distribution,
as created by |
beauti_options |
one BEAUti options object,
as returned by |
Value
the distribution as XML text
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beautier_folder()
distr_to_xml(
create_uniform_distr(id = 1),
beauti_options = create_beauti_options()
)
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]