R/CytoscapeGraphingFunctions.R
outersect.Rd
Returns elements that are in either x or y but not in both (i.e., the outer- or exclusive union).
x
y
outersect(x, y)
A vector.
A sorted vector of elements present in exactly one of x or y.