Fabian Grammes
2010-Jul-13 10:01 UTC
[R] Modify the plotting parameters for Vennerable obj.
Dear List, I would like to modify the settings for plotting a Vennerable object, but I don't know how...so if anyone has an idea I would be really graetfull. best, Fabian some R code to illustrate my problem: #### library(Vennerable) ven <- compute.Venn(Venn(SetNames=c("A", "B"), Weight=c(0,111,106, 26))) # now my problem is that whenever I plot the object, the plot appears in box, and for cosmetic reasons I would like to get rid of that. plot(ven) sessionInfo() R version 2.10.0 (2009-10-26) i386-apple-darwin8.11.1 locale: [1] C attached base packages: [1] grid stats graphics grDevices utils datasets methods [8] base other attached packages: [1] Vennerable_2.0 RColorBrewer_1.0-2 lattice_0.18-3 RBGL_1.22.0 [5] graph_1.24.0 ggplot2_0.8.5 digest_0.4.2 reshape_0.8.3 [9] plyr_0.1.9 proto_0.3-8 limma_3.2.1 loaded via a namespace (and not attached): [1] tools_2.10.0 > ####
Seemingly Similar Threads
- How to install Vennerable
- Save Venn-diagram (Vennerable) together with table and plot in single pdf page
- Creating Venn-like intersections for multiple data sets: Vennerable Package help
- change in default behavior of ?functionname in R 2.10?
- Problem trying to plot Vennerable object