get_leaves(tree, node = "", parent = NA)
Arguments
tree |
tree object, such as a clusters element of a umapscan object |
node |
node to find leaves from |
parent |
optional parent of node
parent is used during computation to differentiate different 'Noise' nodes.
|