create_synoptique: Create a Synoptic Plot from a Given Tree Structure

View source: R/synoptique.R

create_synoptiqueR 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)


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.