[R-gregmisc-commits] r2100 - pkg/gplots/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 25 17:33:51 CET 2016


Author: warnes
Date: 2016-03-25 17:33:51 +0100 (Fri, 25 Mar 2016)
New Revision: 2100

Modified:
   pkg/gplots/man/venn.Rd
Log:
Correct discrepencies in man page

Modified: pkg/gplots/man/venn.Rd
===================================================================
--- pkg/gplots/man/venn.Rd	2016-03-25 16:31:45 UTC (rev 2099)
+++ pkg/gplots/man/venn.Rd	2016-03-25 16:33:51 UTC (rev 2100)
@@ -7,9 +7,11 @@
 }
 \usage{
 venn(data, universe=NA, small=0.7, showSetLogicLabel=FALSE,
-     simplify=FALSE, show.plot=TRUE, intersections=TRUE, names)
+     simplify=FALSE, show.plot=TRUE, intersections=TRUE, names,
+     ...)
+
 \method{plot}{venn}(x, y, ..., small=0.7, showSetLogicLabel=FALSE,
-          simplify=FALSE)
+     simplify=FALSE)
 }
 \arguments{
   \item{data,x}{Either a list list containing vectors of names or indices



More information about the R-gregmisc-commits mailing list