discern returns the difference between two group of sets selected from
a Venn object. If multiple sets are chosen for the slices, union of
those sets will be used.
Usage
discern(venn, slice1, slice2 = "all")
# S4 method for Venn
discern(venn, slice1, slice2 = "all")
Value
A vector showing the difference between slice1 and slice2.
Arguments
venn
(Required) A Venn object.
slice1
(Required) The name or the index of the set of interest.
Multiple sets can be selected.
slice2
(Optional) The name or the index of the set of interest.
Multiple sets can be selected. Default is all the sets except the sets of
slice1.