powered by
Venn
Venn builds a Venn object from a list.
# S4 method for ANY Venn(sets)
(Required) A list containing vectors in the same class. If a vector contains duplicates they will be discarded. If the list doesn't have names the sets will be named as "Set_1", "Set_2", "Set_3" and so on.
A Venn object.
# NOT RUN { venn = Venn(list(letters[1:10], letters[3:12], letters[6:15])) print(venn) # }
Run the code above in your browser using DataLab