Learn R Programming

netregR (version 1.0.1)

combine: Find all possible combinations of elements in two vectors, or all combinations of all elements in one without repeats

Description

Find all possible combinations of elements in two vectors, or all combinations of all elements in one without repeats

Usage

combine(v1, v2 = NA)

Arguments