I have a dataset with 6 elements.
An I would like to draw a venn diagram, but with R (Venndiagram library) it\'s limited at 5 elements.
Do you know how can
Venn diagrams for more components (>5) can be constructed, but are so complicated that they are not useful any more, since they are very difficult to comprehend (see https://en.wikipedia.org/wiki/Venn_diagram for some examples of venn diagrams with e.g. 6 elements).
UpSet package (http://www.caleydo.org/tools/upset/), which offers a different approach to visualizatioon of higher number of data sets might be more useful for such a task.