listPartitions: View all partitions added

Description Usage Arguments Value Author(s) Examples

Description

View all possible partitions of the node with path.

Usage

1
listPartitions(tree, onlyLeaf = FALSE)

Arguments

tree

The tree node to which partition should be listed.

onlyLeaf

List only the leaf partitions. i.e Only the final outputs.

Value

a vector with all possible parttions

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
3
4
5
## Not run: 
allGroups <- addPartition(grouping = "all")
listPartitions(allGroups)

## End(Not run)

thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.