[Vennerable-commits] r59 - pkg/Vennerable/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 24 01:10:53 CEST 2009


Author: js229
Date: 2009-09-24 01:10:53 +0200 (Thu, 24 Sep 2009)
New Revision: 59

Added:
   pkg/Vennerable/tests/bugchocicepeas.R
Log:
mainly rewrite of SetLabels and FaceLabels handling and improved 4-squares label positioning

Added: pkg/Vennerable/tests/bugchocicepeas.R
===================================================================
--- pkg/Vennerable/tests/bugchocicepeas.R	                        (rev 0)
+++ pkg/Vennerable/tests/bugchocicepeas.R	2009-09-23 23:10:53 UTC (rev 59)
@@ -0,0 +1,6 @@
+library(Vennerable)
+choc <- c("Adam","Mum","Alex")
+ice <- c("Dad","Alex","Adam")
+peas <- c("Mum","Dad")
+V2 <- Venn(list(choc=choc,ice=ice,peas=peas))
+try(plot(V2,type="squares"))
\ No newline at end of file



More information about the Vennerable-commits mailing list