create_synoptique {dexisensitivity} | R Documentation |
Create a Synoptic Plot from a Given Tree Structure
Description
Generates a synoptic plot based on a specified tree structure, providing visualization of its structure and evaluation options.
Usage
create_synoptique(tree, option, depth = NA)
Arguments
tree |
|
option |
|
depth |
|
Value
A ggplot
object representing the synoptic plot.
Examples
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=1, seed = 42)
create_synoptique(tree, option)
[Package dexisensitivity version 1.0.0 Index]