Hello, I'm pretty new in the R community and I would like to learn how to make a euler diagram (venn diagram) in R. I would like to read the data from a csv and process the data by rows, for example row 1-3 are the three different groups I would like to compare. It would be great to get a euler diagram with the name, number of elements and also element dependent sizes of the circles. Could somebody please help me with setting up such a script? It would be really helpful to learn how to read certain csv files and also how to set up a nice venn diagram.
Thanks
Daniel
Have a look at the VennDiagram package and let us know if you have trouble with that.