Displaying 1 result from an estimated 1 matches for "set_union".
2018 Mar 18
1
Set Difference Problem
Hello All,
I am facing a problem and am unable to find much help online as sets
package in R is relatively new.
My problem is as follows:
Set R is made of 2 sets x and y
x<-{"P1", "P2", "P3", "P4"}
y<-{}
R<-set(x,y)
#R={{}, {"P1", "P2", "P3", "P4"}}
i need to use R in a recursive loop where i need to take