tree_overview {shinyMixR} | R 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 |
... |
additional arguments passed to |
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)
[Package shinyMixR version 0.5.1 Index]