sets: list of all the possible sets between two vectors

Description Usage Arguments Value Examples

View source: R/sets-setscn.R

Description

list of all the possible sets between two vectors

Usage

1
sets(x, y)

Arguments

x

the first vector

y

the second vector

Value

This function returns a list with the three types of sets: the intersect between two vectors, and the sets exclusive for the one or the other vector.

Examples

1
2
3
4
## Not run: 
sets(arg1)

## End(Not run)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.