tex_prior | R Documentation |
Combine the descriptions on the two priors to generate the Prior subsection of the Methods section.
tex_prior( deltaprior_text, muprior_text, format = c("HTML", "Latex", "Markdown") )
deltaprior_text |
Description of the prior on the number of dispersal routes, Δ. |
muprior_text |
Description of the prior on the average dispersal rate, μ. |
format |
One of "HTML", "Latex", or "Markdown". |
paragraphs (in the selected format) describing prior specification in the study
deltaprior_text <- tex_deltaprior(states_num = 5L, symmetry = TRUE, delta_prior = "Poisson", poisson_default = TRUE, format = "Markdown") muprior_text <- tex_muprior(mu_prior = "CTMC rate-ref (BEAST default)", tree_length = 1000, tree_num = 1L, parsimony_score = 500L) tex_prior(deltaprior_text, muprior_text, "HTML")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.