[Genabel-commits] r1285 - pkg/GenABEL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 8 12:07:33 CEST 2013
Author: lckarssen
Date: 2013-08-08 12:07:32 +0200 (Thu, 08 Aug 2013)
New Revision: 1285
Modified:
pkg/GenABEL/R/export.plink.R
Log:
Fixed a wrong value in the export.plink() help text. The default for transpose= is TRUE, not FALSE.
Modified: pkg/GenABEL/R/export.plink.R
===================================================================
--- pkg/GenABEL/R/export.plink.R 2013-08-05 09:35:21 UTC (rev 1284)
+++ pkg/GenABEL/R/export.plink.R 2013-08-08 10:07:32 UTC (rev 1285)
@@ -16,7 +16,7 @@
#' all phenotypes or a vector of character with names of phenotypes
#' to be exported.
#'
-#' @param transpose if FALSE (default), 'tped' files will be produced, else
+#' @param transpose if TRUE (default), 'tped' files will be produced, else
#' 'ped' files are produced.
#'
#' @param export012na if TRUE, export in numeric (0, 1, 2, NA) format,
More information about the Genabel-commits
mailing list