Skip to contents

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

See also

collapsibleTreeNetwork which does most of the work

Author

Richard Hooijmaijers

Examples


if (FALSE) { # \dontrun{
 tree_overview(proj_obj)
} # }