panel_atree_structure: Create the elimination tree structure plot along time

View source: R/phase2_atree.R

panel_atree_structureR Documentation

Create the elimination tree structure plot along time

Description

Use Atree and Application data to create the elimination tree structure plot in a ggplot object and return it

Usage

panel_atree_structure(data = NULL, end_arrow = "ParentEnd")

Arguments

data

starvz_data with trace data

end_arrow

behavior of the end arrow [ParentEnd, ComputationEnd]

Value

A ggplot object

Examples

## Not run: 
panel_atree_structure(starvz_sample_lu)

## End(Not run)

starvz documentation built on June 19, 2025, 1:08 a.m.