setdiffg: Generalized version of setdiff for n objects

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

This function returns the difference between the first argument and the (n-1) others

Usage

1

Arguments

...

The objects to compare

Value

A vector of differences between the first object and the (n-1) others

Author(s)

Nicolas Servant, Eleonore Gravier, Pierre Gestraud, Cecile Laurent, Caroline Paccard, Anne Biton, Jonas Mandel, Bernard Asselain, Emmanuel Barillot, Philippe Hupe

Examples

1
2
3
4
a<-1:10
b<-2:5
c<-7:8
setdiffg(a,b,c)

EMA documentation built on March 26, 2020, 8:40 p.m.