tree_overview: Creates tree overview of models

View source: R/tree_overview.r

tree_overviewR Documentation

Creates tree overview of models

Description

Create a graphical collapsible tree overview of the models within a project. This is mostly relevant in case the reference of models is included to visualise the relationship between models

Usage

tree_overview(proj_obj, ...)

Arguments

proj_obj

a project object created with get_proj

...

additional arguments passed to overview

Value

a data frame is returned with the overview

Author(s)

Richard Hooijmaijers

See Also

collapsibleTreeNetwork which does most of the work

Examples


## Not run: 
 if (interactive()) tree_overview(proj_obj)

## End(Not run)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.