create_list_synoptique {dexisensitivity} | R Documentation |
Create a List of Synoptic Plots Based on Different Options
Description
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.
Usage
create_list_synoptique(tree, options, depth = NA)
Arguments
tree |
|
options |
|
depth |
Optional |
Value
A list
of ggplot
objects. Each item in the list is a
synoptic plot corresponding to a column from the 'options' matrix.
See Also
Examples
tree <- dexisensitivity::masc2
options <- create_options(tree, num_options=3, seed = 42)
create_list_synoptique(tree, options)
[Package dexisensitivity version 1.0.1 Index]