Learn R Programming

nonmemica (version 0.9.1)

pool: Compare Sets

Description

Compare sets by evaluating both set differences, and the intersection.

Usage

pool(x, y)

Arguments

x

vector

y

vector

Value

list: unique x, unique y, and intersection

See Also

Other util: %contains%, as.best, enclose, locf, padded, parens, runhead, text2decimal

Examples

Run this code
# NOT RUN {
pool(1:3,2:4)
# }

Run the code above in your browser using DataLab