View source: R/ctx_tree_draw.R
draw_control | R Documentation |
draw
This function returns a list used to fine tune the draw()
function behaviour.
draw_control(
root = "*",
first_node = "+",
next_node = "'",
vbranch = "|",
hbranch = "--",
open_ct = "(",
close_ct = ")"
)
root |
character used for the root node. |
first_node |
characters used for the first child of a node. |
next_node |
characters used for other children of a node. |
vbranch |
characters used to represent a branch in a vertical way. |
hbranch |
characters used to represent a branch in a horizontal was. |
open_ct |
characters used to start each node specific text representation. |
close_ct |
characters used to end each node specific text representation. |
a list
draw_control(open_ct = "[", close_ct = "]")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.