create_synoptique | R Documentation |
Generates a synoptic plot based on a specified tree structure, providing visualization of its structure and evaluation options.
create_synoptique(tree, option, depth = NA)
tree |
|
option |
|
depth |
|
A ggplot
object representing the synoptic plot.
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=1, seed = 42)
create_synoptique(tree, option)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.