| listVennRegions | R Documentation |
Lists the elements in every region of the diagram
listVennRegions(nVennObj, showEmpty = FALSE)
nVennObj |
nVennR2 object generated with |
showEmpty |
If true, lists every region, even if empty. If false (default), only lists regions containing elements. |
List of non-empty regions with the elements contained
myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
mylist <- listVennRegions(myv)
mylist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.