Learn R Programming

EMA (version 1.4.7)

intersectg: 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

Examples

Run this code
# NOT RUN {
a<-1:10
b<-2:7
c<-5:8
intersectg(a,b,c)
# }

Run the code above in your browser using DataLab