| latex.linf.csts | R Documentation |
Generates LaTeX code summarizing dCSTs at a specified hierarchy depth.
Uses the explicit dCST hierarchy stored in cst.levels when available.
latex.linf.csts(
csts,
depth = NULL,
caption = NULL,
label = NULL,
digits = 1,
include.percent = TRUE
)
csts |
A dCST object produced by |
depth |
Integer. dCST depth to render. Default is the leaf level
( |
caption |
Character or NULL. LaTeX table caption. |
label |
Character or NULL. LaTeX label for referencing the table. |
digits |
Integer. Digits to display for percentages. Default: 1. |
include.percent |
Logical. If TRUE, include percent of total samples. |
This function is hierarchy-aware. It does not infer dCST depth from label
strings. If the dCST object does not contain cst.levels, the function
falls back to using cell.label as a single-level dCST.
Character vector containing LaTeX table code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.