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

Venn-classR Documentation

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.

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.


ggVennDiagram documentation built on Aug. 14, 2023, 5:09 p.m.