tex_data | R Documentation |
Generate the description (in the selected format) of the data used in the study.
tex_data(taxa_num = 1, states_num = 1, format = c("HTML", "Latex", "Markdown"))
taxa_num |
Number of taxa in the study data. |
states_num |
Number of discrete states of the study trait. |
format |
One of "HTML", "Latex", or "Markdown". |
a paragraph (in the selected format) describing the data used in the study
tex_data(1000, 10, "HTML")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.