| Combinations {COMPASS} | R Documentation |
Given an intenger n, generate all binary combinations of
n elements, transformed to indices. This is primarily for use
with the CellCounts function, but may be useful for
users in some scenarios.
Combinations(n)
n |
An integer. |
Combinations(3)