set.comp: set.comp

set.compR Documentation

set.comp

Description

Compares two sets and outputs data frame with "left", "middle", "right" members

Usage

set.comp(s1, s2)

Arguments

s1

vector corresponding to "set 1"

s2

vector corresponding to "set 2"

Value

list with fields $left, $middle, and $right corresponding to vectors that are in the left setdiff, intersection, right setdiff respectively

Author(s)

Bryan Hernandez


mskilab/skitools documentation built on July 5, 2024, 7:27 a.m.