plant_tree: Plant tree from list of models

View source: R/tree.R

plant_treeR Documentation

Plant tree from list of models

Description

Plant tree from list of models

Usage

plant_tree(path_to_models = "default")

Arguments

path_to_models

list of models. If not provided, list of default pretrained models in the package will be used.

Value

tree structure and plot of tree

Examples


# to create the tree of classifiers 
# (in this example, based on default classifiers)
plant_tree()


grisslab/scAnnotatR documentation built on March 20, 2023, 2:42 a.m.