View source: R/show_inductive_code_tree.R
show_inductive_code_tree | R Documentation |
This function shows one or more inductive code trees.
show_inductive_code_tree(
x,
codes = ".*",
output = "both",
headingLevel = 3,
nodeStyle = list(shape = "box", fontname = "Arial"),
edgeStyle = list(arrowhead = "none"),
graphStyle = list(rankdir = "LR")
)
x |
A |
codes |
A regular expression: only code trees from codes coded with a coding pattern with this name will be shown. |
output |
Whether to show the code tree in the console ( |
headingLevel |
The level of the heading to insert when showing the code tree as text. |
nodeStyle , edgeStyle , graphStyle |
Arguments to pass on to,
respectively, |
x
, invisibly, unless being knitted into R Markdown,
in which case a knitr::asis_output()
-wrapped character vector is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.