Re: [R] [FORGED] Re: [FORGED] How to remove box in Venn plots (Vennerable package, uses grid) - similar to bty="n" in standard plots

2016-11-15 Thread DE LAS HERAS Jose
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] [FORGED] Re: [FORGED] How to remove box in Venn plots (Vennerable package, uses grid) - similar to bty="n" in standard plots

2016-11-14 Thread Paul Murrell
Hi Glad I could help. Here's a way you could get rid of the rectangle in the first place ... library(Vennerable) groups<-list(set1=1:100, set2=80:120) V<-Venn(groups) C<-compute.Venn(V) X11(w=7,h=7) grid.newpage() plot(C, show=list(Universe=FALSE)) It required crawling through the 'Vennerable