Nothing
#' Deprecated function
#'
#' Internal function to
#' creates the gamma site models section in the distribution section
#' of a BEAST2 XML parameter file
#' @inheritParams default_params_doc
#' @return lines of XML text
#' @author Richèl J.C. Bilderbeek
#' @export
gamma_site_models_to_xml_prior_distr <- function( # nolint indeed long function name
site_models,
beauti_options = create_beauti_options()
) {
stop("Deprecated function, use 'gamma_site_model_to_xml_prior_distr' instead")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.