create_list_synoptique | R Documentation |
Produces a list of synoptic plots, one for each set of options specified in the columns of the 'options' matrix. Each plot visualizes nodes of a decision tree based on different evaluation options.
create_list_synoptique(tree, options, depth = NA)
tree |
|
options |
|
depth |
Optional |
A list
of ggplot
objects. Each item in the list is a
synoptic plot corresponding to a column from the 'options' matrix.
create_synoptique
tree <- dexisensitivity::masc2
options <- create_options(tree, num_options=3, seed = 42)
create_list_synoptique(tree, options)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.