summarize_partitions() summarizes a partition and attaches it in a
list-col. map_permutations() processes map_partition() for a set of
permuted data sets.
summarize_partitions(.partition, .information)map_permutations(
.data,
partitioner = part_icc(),
...,
information = seq(0.1, 0.5, by = 0.1),
nperm = 100
)
a tibble
a data set to partition
the partitioner to use. The default is part_icc().
arguments passed to partition()
a vector of minimum information to fit in partition()
Number of permuted data sets to test. Default is 100.