Learn R Programming

nonmemica (version 1.0.8)

pool: Compare Sets

Description

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

Usage

pool(x, y)

Value

list: unique x, unique y, and intersection

Arguments

x

vector

y

vector

See Also

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

Examples

Run this code
pool(1:3,2:4)

Run the code above in your browser using DataLab