tree_ancestry: Find parent, parent's parent and so on for a class using recursive programming
Description
Find parent, parent's parent and so on for a class using recursive programming
Usage
tree_ancestry(classes, class)
Value
Character vector with the ancestry of a class.
Arguments
- classes
The class definitions of a cellpypes object, i.e. obj$classes.
- class
A character vector of length one with the class.