Questions tagged [eulerr]

Area-Proportional Euler and Venn Diagrams with Ellipses. (R package)

Area-Proportional Euler and Venn Diagrams with Ellipses

Generate area-proportional Euler diagrams using numerical optimization. An Euler diagram is a generalization of a Venn diagram, relaxing the criterion that all interactions need to be represented. Diagrams may be fit with ellipses and circles via a wide range of inputs and can be visualized in numerous ways.

Author Johan Larsson

34 questions
0
votes
1 answer

Scaled plotting of multiple pairwise Venn diagrams in R

I want to plot >50 Venn/Euler diagrams of two sets each to scale. It is necessary that not only the overlap of the two sets and the set size themselves should scale but also the size of the individual diagrams compared to each other. Since I know of…
atreju
  • 965
  • 6
  • 15
  • 36
0
votes
1 answer

How to change font size in Euler plot in R?

I am trying to create a Euler diagram in R using the eulerr package. I would like to reduce the font size of the quantities text on the plot. I have tried using cex=0.5 (as per example below) and have also tried fontsize = and font = but none have…
emily
  • 59
  • 2
  • 8
0
votes
1 answer

How to manually modify automated numbers and labels in plot

I am plotting a Venn diagram using euler() in library(eulerr). I would like to modify the automated plot output. I use this code to produce the figure: VennDiag <- euler(c("A" = 1.8, "B" = 1.5, "C" = 10.6, "A&B" = 0, "B&C" = 3.0, …
tabtimm
  • 411
  • 3
  • 6
  • 17
-1
votes
1 answer

pascalTriangle and Venn Diagrams

I have downloaded results from scopus of papers by doing various queries for each topic. The downloaded singleton papers are identified by EID. I would like to see where the intersections are, i.e., if there are any overlaps (e.g., if those found…
1 2
3