site_models_to_xml_prior_distr {beautier}R Documentation

Represent the site models as XML

Description

Represent the site models as XML

Usage

site_models_to_xml_prior_distr(site_models, beauti_options)

Arguments

site_models

one or more site models, as returned by create_site_model

beauti_options

one BEAUti options object, as returned by create_beauti_options

Value

lines of XML text

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

 # <distribution id="posterior" spec="util.CompoundDistribution">
 #     <distribution id="prior" spec="util.CompoundDistribution">
 #       HERE, where the ID of the distribution is 'prior'
 #     </distribution>
 #     <distribution id="likelihood" ...>
 #     </distribution>
 # </distribution>

check_empty_beautier_folder()

[Package beautier version 2.6.12 Index]