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

Tree structure object.

option

list containing evaluation options for the tree.

depth

numeric representing the depth of the tree; if provided, produces a sub-tree.

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]