Skip to main content
Best practices
1 vote
1 replies
69 views

I will use Euler diagrams (from the eulerr package) to visualize A, B, and the intersections of A and B. My data points are A: 21%, B: 24%, and “A&B”: 14%, and my goal is to visualize all three ...
jbopp's user avatar
  • 37
0 votes
1 answer
64 views

I am using eulerr to investigate Euler plots in my data but I am having difficulty getting them to work without a lot of manual transcription. For example, I have the following dummy dataset: A B C A&...
JamesW's user avatar
  • 155
2 votes
3 answers
137 views

I have an euler plot created with eulerr package. Sample data: fit <- euler(c( "A" = 10000, "B" = 7000, "A&B" = 600)) plot(fit, quantities = list(...
Louise Sørensen's user avatar
1 vote
2 answers
230 views

I am trying to graph a proportional Venn diagram with eurlerr, however the final graph is missing the A&C intersection. A = 9, B = 2, C = 0, "A&B" = 28, "B&C" = 4, &...
user26384605's user avatar
0 votes
1 answer
199 views

I am using the eulerr package to make venn diagrams/euler diagrams. However, I would like to add these plots to a panelled figure and I can't figure out how. Each time I make the euler plot, it ...
rrr's user avatar
  • 2,060
0 votes
1 answer
266 views

I have a list with multiple gene sets, let's say: genes <- paste("gene",1:1000,sep="") x <- list(A = sample(genes,300), B = sample(genes,525), C = ...
B_slash_'s user avatar
  • 412
0 votes
0 answers
92 views

I am trying to generate a high-resolution Venn diagram. I have used package eulerr. When I run the following code: library(eulerr) VennDiag <- euler(c("Drug and alcohol services" = 312, &...
Plima167's user avatar
1 vote
1 answer
76 views

I have an implementation of Eulers formula for estimating a function. The type is array format is vector but because of a later code the arguments passed need to be normal float. Wondering how to ...
Borys Ostapienko's user avatar
3 votes
1 answer
502 views

Was trying to draw a proportional VennDiagram in R using package "Eulerr". However, this package produces intersections with size "0" which I want to remove. Code to reproduce the ...
ZhuYi Wang's user avatar
2 votes
1 answer
211 views

I want to create an euler plot inside a function with the eulerr package: library(eulerr) test <- function(listA,listB,file,labels,title){ euler <- euler(list("A"=listA, "B&...
justinian482's user avatar
  • 1,115
0 votes
0 answers
137 views

I am making a 4 dimensional euler diagram. All 4 groups have unique proportions but somehow eulerr package drew one group inside another group. Here is the input: glvenn_d <- c("Ato_gl" = ...
hw999's user avatar
  • 1
4 votes
1 answer
2k views

I am trying to create a scaled venn diagram using the eulerr package in R. My Code is below: plot(euler(c( "LUTS"=98, "Symptoms of UTI"=46, "Positive urine culture"=39, ...
Kathleen M's user avatar
0 votes
1 answer
146 views

My question is about the inputs into library(eulerr) in r. I am trying to plot something I think would be simple but I am having trouble and it stems from my lack of knowledge of r and this library. ...
Chris's user avatar
  • 19
-1 votes
1 answer
69 views

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., ...
Shahin's user avatar
  • 11
0 votes
0 answers
369 views

I am using the eulerr package and I want to change the legend position of my plot. I have been able to change it to the right, left, up, down... But I cannot change it to the top right. library(eulerr)...
emr2's user avatar
  • 1,742

15 30 50 per page