search for: n3664380

Displaying 1 result from an estimated 1 matches for "n3664380".

Did you mean: 1366480
2011 Jul 13
1
venn diagram in percentage
Hi, I am a beginner with "R" and found a package "venn" to create a venn diagram. I tried this “venn” function to generate venn diagram, but i need *Percentage values* instead of counts(frequency) in the oval(circles) of Venn diagram. Output : http://r.789695.n4.nabble.com/file/n3664380/output.docx output.docx I have written have the code as below : # venn diagram for more than 3 sets using “venn” install.packages("gtools") # package required for Venn function library(gplots) dataset1 <- read.spss("C:/User...