R/create_razzo_mrca_prior.R

Defines functions create_razzo_mrca_prior

Documented in create_razzo_mrca_prior

#' Create the MRCA prior as used in the article
#' @export
create_razzo_mrca_prior <- function() {
  beautier::create_mrca_prior(
    is_monophyletic = TRUE,
    mrca_distr = beautier::create_normal_distr(
      mean = get_razzo_crown_age(),
      sigma = 0.0001
    )
  )
}
richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.