intersectg {EMA}R Documentation

Generalized version of intersect for n objects

Description

This function returns the intersection for the n objects in argument

Usage

intersectg(...)

Arguments

...

The objects to compare

Value

A vector of intersection between the n objects

Author(s)

EMA group

Examples

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

[Package EMA version 1.3.2 Index]