[R] Change the position of label when using R package eulerr
Aimin Yan
@|m|n@@t@work @end|ng |rom gm@||@com
Thu Sep 13 23:31:50 CEST 2018
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 = rainbow(7),lty = 1:2,labels = list(font
= 1),alpha=0.7)
After I get the figure, I find the position of some labels need to be
adjusted.
Does anyone has some idea about how to process this?
Thank you,
Aimin
[[alternative HTML version deleted]]
More information about the R-help
mailing list