make_tree {ontologics} | R Documentation |
Make a tree of an ontology
Description
Make a tree of an ontology
Usage
make_tree(..., reverse = FALSE, ontology = NULL)
Arguments
... |
character(1) the concepts that shall be the
target, combination of 'column name = value'.
|
reverse |
logical(1) whether or not to make a tree that
gives the parents, instead of the children, of target concepts.
|
ontology |
ontology(1) either a path where the ontology is
stored, or an already loaded ontology.
|
[Package
ontologics version 0.7.0
Index]