combo: Set of subsets

View source: R/yogitools.R

comboR Documentation

Set of subsets

Description

Generates the set of all possible subsets for a given list or vector

Usage

combo(l)

Arguments

l

a list or vector

Value

a list of lists containing all possible subsets of the input

Examples

combo(1:4)

jweile/yogitools documentation built on May 11, 2023, 7:42 p.m.