getVennSetNames: Gets the names of the sets

View source: R/RcppExports.R

getVennSetNamesR Documentation

Gets the names of the sets

Description

Gets the names of the sets

Usage

getVennSetNames(nVennObj)

Arguments

nVennObj

nVennR2 object generated with nVennDiagram().

Value

List of set names.

Examples

myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
getVennSetNames(myv)

nVennR2 documentation built on July 14, 2026, 1:09 a.m.