| getVennSetNames | R Documentation |
Gets the names of the sets
getVennSetNames(nVennObj)
nVennObj |
nVennR2 object generated with |
List of set names.
myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
getVennSetNames(myv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.