panel_atree_structure | R Documentation |
Use Atree and Application data to create the elimination tree structure plot in a ggplot object and return it
panel_atree_structure(data = NULL, end_arrow = "ParentEnd")
data |
starvz_data with trace data |
end_arrow |
behavior of the end arrow [ParentEnd, ComputationEnd] |
A ggplot object
## Not run:
panel_atree_structure(starvz_sample_lu)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.