| tex_muprior | R Documentation | 
Generate the description (in the selected format) of the prior on the average dispersal rate, μ, specified in the study.
tex_muprior(
  mu_prior = c("CTMC rate-ref (BEAST default)", "Hierarchical Exponential",
    "Empirical-Informed Exponential"),
  tree_length = 1,
  tree_num = 1L,
  hierachexp_alphaofgamma = 0.5,
  hierachexp_dispersaleventsnummean = 1,
  empinformed_dispersaleventsnummean = 1,
  parsimony_score = 1,
  format = c("HTML", "Latex", "Markdown"),
  render_citation = T
)
| mu_prior | Which of the three prior options to put on μ, including: 
 | 
| tree_length | Length of the phylogenetic tree (sum of all the branch lengths, in unit of time). | 
| tree_num | Number of phylogenetic trees to condition on (1 when the tree is fixed). | 
| hierachexp_alphaofgamma | Shape and rate parameter of the Gamma hyperprior of the Hierarchical Exponential prior. | 
| hierachexp_dispersaleventsnummean | Prior mean of the number of dispersal events over the phylogeny under the Hierarchical Exponential prior. | 
| empinformed_dispersaleventsnummean | Prior mean of the number of dispersal events over the phylogeny under the Empirical-Informed Exponential prior. | 
| parsimony_score | Parsimony number for the discrete-geographic data given the provided tree. | 
| format | One of "HTML", "Latex", or "Markdown". | 
| render_citation | Whether the reference list will be rendered at the end of the methods document (default true; false when just showing the description in the HTML panel). | 
a paragraph (in the selected format) describing the prior on the average dispersal rate specified in the study.
tex_muprior(mu_prior = "CTMC rate-ref (BEAST default)", tree_length = 1000, tree_num = 1, parsimony_score = 500L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.