[Mattice-commits] r138 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 8 23:55:20 CET 2009


Author: andrew_hipp
Date: 2009-01-08 23:55:20 +0100 (Thu, 08 Jan 2009)
New Revision: 138

Modified:
   pkg/man/plot.ouSim.Rd
   pkg/man/summary.hansenBatch.Rd
Log:
changing arguments in documentation to match function changes

Modified: pkg/man/plot.ouSim.Rd
===================================================================
--- pkg/man/plot.ouSim.Rd	2009-01-08 22:54:40 UTC (rev 137)
+++ pkg/man/plot.ouSim.Rd	2009-01-08 22:55:20 UTC (rev 138)
@@ -5,10 +5,10 @@
   \code{plot.ouSim} is a \code{plot} method for an \code{ouSim} object.
 }
 \usage{
-  plot.ouSim(ouSim, nodeColor = "blue", nodeDotSize = 1.4, colors = NULL, ...)
+  plot.ouSim(x, nodeColor = "blue", nodeDotSize = 1.4, colors = NULL, ...)
 }
 \arguments{
-  \item{ouSim}{
+  \item{x}{
     An \code{ouSim} object.
     }
   \item{nodeColor}{

Modified: pkg/man/summary.hansenBatch.Rd
===================================================================
--- pkg/man/summary.hansenBatch.Rd	2009-01-08 22:54:40 UTC (rev 137)
+++ pkg/man/summary.hansenBatch.Rd	2009-01-08 22:55:20 UTC (rev 138)
@@ -7,14 +7,14 @@
   \code{print.hansenSummary} is a print method for a \code{hansenSummary} object.
 }
 \usage{
-summary(hansenBatch, ...)
-print(hansenSummary, ...)
+summary.hansenBatch(object, ...)
+print.hansenSummary(x, ...)
 }
 \arguments{
-  \item{hansenBatch}{
+  \item{object}{
   Output from \code{runBatchHansen}.
   }
-  \item{hansenSummary}{
+  \item{x}{
   Output from \code{summary.hansenBatch}.
   }  
 }



More information about the Mattice-commits mailing list