Learn R Programming

shinyMixR (version 0.5.3)

tree_overview: 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, ...)

Value

a data frame is returned with the overview

Arguments

proj_obj

a project object created with get_proj

...

additional arguments passed to overview

Author

Richard Hooijmaijers

See Also

collapsibleTreeNetwork which does most of the work

Examples

Run this code

if (FALSE) {
 if (interactive()) tree_overview(proj_obj)
}

Run the code above in your browser using DataLab