powered by
This function returns the difference between the first argument and the (n-1) others
setdiffg(...)
The objects to compare
A vector of differences between the first object and the (n-1) others
# NOT RUN { a<-1:10 b<-2:5 c<-7:8 setdiffg(a,b,c) # }
Run the code above in your browser using DataLab