setdiffg {EMA}R Documentation

Generalized version of setdiff for n objects

Description

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

Usage

setdiffg(...)

Arguments

...

The objects to compare

Value

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

Author(s)

EMA group

Examples

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

[Package EMA version 1.3.2 Index]