[Vennerable-commits] r53 - pkg/Vennerable/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 13 01:22:08 CEST 2009


Author: js229
Date: 2009-09-13 01:22:08 +0200 (Sun, 13 Sep 2009)
New Revision: 53

Modified:
   pkg/Vennerable/inst/doc/Venn.Rnw
Log:
more interesting CR4 example

Modified: pkg/Vennerable/inst/doc/Venn.Rnw
===================================================================
--- pkg/Vennerable/inst/doc/Venn.Rnw	2009-09-12 23:15:48 UTC (rev 52)
+++ pkg/Vennerable/inst/doc/Venn.Rnw	2009-09-12 23:22:08 UTC (rev 53)
@@ -891,9 +891,10 @@
 
 \begin{figure}[H]\begin{center}
 <<CR4fig,fig=TRUE>>=
-CK4 <- compute.CR(V4)
+V4z <-  VennFromSets( setList[1:4])
+CK4z <- compute.CR(V4z)
 grid.newpage()
-plot(CK4,show=list(SetLabels=FALSE,FaceText="sets",Faces=TRUE))
+plot(CK4z,show=list(SetLabels=FALSE,FaceText="elements",Faces=TRUE))
 @
 \caption{Chow-Ruskey diagram with some zero weights}
 \end{center}\end{figure}



More information about the Vennerable-commits mailing list