mapping_helpers: Summarize and map partitions and permutations

Description Usage Arguments Value

Description

summarize_partitions() summarizes a partition and attaches it in a list-col. map_permutations() processes map_partition() for a set of permuted data sets.

Usage

1
2
3
4
5
6
7
8
9
summarize_partitions(.partition, .information)

map_permutations(
  .data,
  partitioner = part_icc(),
  ...,
  information = seq(0.1, 0.5, by = 0.1),
  nperm = 100
)

Arguments

.information

a vector of minimum information to fit in partition()

.data

a data set to partition

partitioner

the partitioner to use. The default is part_icc().

...

arguments passed to partition()

information

a vector of minimum information to fit in partition()

nperm

Number of permuted data sets to test. Default is 100.

Value

a tibble


partition documentation built on Oct. 5, 2021, 9:06 a.m.