tex_data: Generate the description (in the selected format) of the data...

View source: R/tex_helpr.R

tex_dataR Documentation

Generate the description (in the selected format) of the data used in the study.

Description

Generate the description (in the selected format) of the data used in the study.

Usage

tex_data(taxa_num = 1, states_num = 1, format = c("HTML", "Latex", "Markdown"))

Arguments

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".

Value

a paragraph (in the selected format) describing the data used in the study

Examples

tex_data(1000, 10, "HTML")

jsigao/prioritree documentation built on Jan. 9, 2023, 5:35 a.m.