search for: doweight

Displaying 2 results from an estimated 2 matches for "doweight".

2011 Dec 02
0
Save Venn-diagram (Vennerable) together with table and plot in single pdf page
...ch ones. Here an example of the pdf with two point plots as I want it: library(gplots) library(Vennerable) Varnames<-c("A","B","C") x <- Venn(SetNames = Varnames,Weight = c(`100`=2,`010`=6,`001`=10,`110`=1, `011`=0.2, `101`=0.5,`111`=1)) cx<-compute.Venn(x,doWeights = TRUE) tabletext<-paste("Variable: ",letters[1:8],sep="") pdf("path/plot_test.pdf", fillOddEven=TRUE,paper="a4", onefile=TRUE,width=7,height=10) layout(matrix(c(1,2,2,1,2,2,3,3,3), 3, 3, byrow = TRUE),heights=c(1,1,2)) par(mar=c(6,2,2,4)) textplot(tabl...
2011 Oct 02
1
generating Venn diagram with 6 sets
...;=101947,'001011'=3326,'001010'=77289,'001001'=20125,'001000'=689330,'000111'=892,'000110'=22666,'000101'=4661,'000100'=200020,'000011'=8518,'000010'=521290,'000001'=401622) pdf("myVenn") plot(myVenn, doWeight = T, type = "circles") dev.off() [[alternative HTML version deleted]]