applyPartitions: Apply partitions of the partition tree to the data

Description Usage Arguments Value Author(s) Examples

Description

Apply partitions of the partition tree to the data

Usage

1
applyPartitions(tree, data, return = "list")

Arguments

tree

The tree node to which partition should be listed.

data

The data to do grouping

return

To return list or the dataframe.

Value

a list with all possible partitions in the partition history. Or a dataframe with just final partition.

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

## End(Not run)

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