[Rcolony-commits] r76 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 20 16:09:03 CET 2012


Author: jonesor
Date: 2012-11-20 16:09:03 +0100 (Tue, 20 Nov 2012)
New Revision: 76

Modified:
   pkg/man/build.colony.input.Rd
Log:
Minor edit to build.colony.input.Rd

Modified: pkg/man/build.colony.input.Rd
===================================================================
--- pkg/man/build.colony.input.Rd	2012-11-16 11:18:41 UTC (rev 75)
+++ pkg/man/build.colony.input.Rd	2012-11-20 15:09:03 UTC (rev 76)
@@ -7,15 +7,16 @@
 This function prompts the user to provide information about their system in order to correctly build and format a Colony2 input file.
 }
 
-\usage{build.colony.input(wd=getwd(),name="Colony2.DAT")}
+\usage{build.colony.input(wd=getwd(), name="Colony2.DAT", delim="")}
 
 \arguments{
   \item{wd}{The directory where the generated file will be placed. The default is the current working directory.}
   \item{name}{The desired filename for the Colony input file (the default is Colony2.DAT).}
- }
+  \item{delim}{What is the delimiter for the input files (default is that they are whitespace delimited).}
+   }
 
 \details{
-This wizard will guide you through the process of creating an input file to be executed by Colony2.
+This wizard will guide the user through the process of creating an input file to be executed by Colony2.
 
 \emph{Dataset name.} Provide a name for the dataset.
 



More information about the Rcolony-commits mailing list