getPairs: Get all combinations

getPairsR Documentation

Get all combinations

Description

Get all combinations

Usage

getPairs(x, y = NULL)

Arguments

x

A vector with values.

y

An optional vector with values

Value

a data frame with pairs of values

Examples


getPairs(x=1:6)

getPairs(x=1:3, y=c("A","B","C"))


FredHasselman/casnet documentation built on April 20, 2024, 3:05 p.m.