combinations {kldest}R Documentation

Combinations of input arguments

Description

Combinations of input arguments

Usage

combinations(...)

Arguments

...

Any number of atomic vectors.

Value

A data frame with columns named as the inputs, containing all input combinations.

Examples

combinations(a = 1:2, b = letters[1:3], c = LETTERS[1:2])

[Package kldest version 1.0.0 Index]