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
>
####

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to