Re: [R] Change the position of label when using R package eulerr

2018-09-15 Thread David Winsemius
> On Sep 15, 2018, at 1:27 PM, Aimin Yan wrote: > > Thank you, I tried your code, but I still got error: > > fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, > "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" > = 541, > "ciLAD&L

Re: [R] Change the position of label when using R package eulerr

2018-09-15 Thread Aimin Yan
Thank you, I tried your code, but I still got error: fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" = 541, "ciLAD&LAD&nonXL_MEF" = 2),shape = "ellipse") fit1.plot <- plot(fit1,q

Re: [R] Change the position of label when using R package eulerr

2018-09-14 Thread David Winsemius
> On Sep 14, 2018, at 2:03 PM, Aimin Yan wrote: > > Thank you, > > I figure out a way like this: > > fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, > "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" > = 541, > "ciLAD&LAD&nonXL_

Re: [R] Change the position of label when using R package eulerr

2018-09-14 Thread Aimin Yan
Thank you, I figure out a way like this: fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" = 541, "ciLAD&LAD&nonXL_MEF" = 2),shape = "ellipse") plot(fit1,quantities = TRUE,fill = rainbo

[R] Change the position of label when using R package eulerr

2018-09-13 Thread Aimin Yan
I am using eulerr to get venn. My code is like: fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" = 541, "ciLAD&LAD&nonXL_MEF" = 2),shape = "ellipse") plot(fit1,quantities = TRUE,fill =

Re: [R] Change the position of label when using R package eulerr

2018-09-13 Thread David Winsemius
> On Sep 13, 2018, at 2:31 PM, Aimin Yan wrote: > > I am using eulerr to get venn. > My code is like: > > fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, >"ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, > "LAD&nonXL_MEF" = 541, >"ciLAD&LAD&nonXL

[R] Change the position of label when using R package eulerr

2018-09-13 Thread Aimin Yan
I am using eulerr to get venn. My code is like: fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" = 541, "ciLAD&LAD&nonXL_MEF" = 2),shape = "ellipse") plot(fit1,quantities = TRUE,fill =