outersect: Outersect

Description Usage Arguments Details Value Examples

View source: R/outersect.R

Description

This function returns the non-overlapping values from the two input vectors.

Usage

1
outersect(x, y)

Arguments

x

vector

y

vector

Details

It checks for values from the first inout not appearing in the second input and for the values from the second inout not appearing in the first input.

Value

sorted vector of non-overlapping values from lists x and y

Examples

1
2
outersect(df_1[,2],df_2[,2])
outersect(1:5, 4:7)

Troshchk/bioEAT documentation built on Dec. 18, 2021, 5:13 p.m.