Learn R Programming

ggVennDiagram (version 1.2.2)

Venn-class: An S4 class to represent multiple sets.

Description

This class is adopted from `RVenn`. Since `RVenn` doesn't export this class, I have to copy its codes hereafter to use it.

Arguments

Slots

sets

A list object containing vectors in the same type.

names

The names of the sets if it has names. If the list doesn't have names, the sets will be named as "Set_1", "Set_2", "Set_3" and so on.