unique_combos {multiblock} | R Documentation |
Compute a list of all possible block combinations where
the number of blocks in each combination is limited by parameters
min_level
and max_level
.
unique_combos(n_block, max_level, min_level = 2)
n_block |
|
max_level |
|
min_level |
|
This function is used for minimal redundancy implementations of
rosa
and sopls
and for lookups into computed
components.
A list of unique block combinations.
unique_combos(3, 2)