Venn-class {RVenn} | R Documentation |
An S4 class to represent multiple sets.
Description
An S4 class to represent multiple sets.
Slots
sets
A
list
object containing vectors in the same type.names
The names of the
sets
if it has names. If thelist
doesn't have names, the sets will be named as "Set_1", "Set_2", "Set_3" and so on.
[Package RVenn version 1.1.0 Index]