[adegenet-commits] r647 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 12 11:24:15 CEST 2010


Author: jombart
Date: 2010-07-12 11:24:14 +0200 (Mon, 12 Jul 2010)
New Revision: 647

Modified:
   pkg/man/df2genind.Rd
   pkg/man/haploGen.Rd
Log:
Corrected a typo.


Modified: pkg/man/df2genind.Rd
===================================================================
--- pkg/man/df2genind.Rd	2010-06-08 22:25:04 UTC (rev 646)
+++ pkg/man/df2genind.Rd	2010-07-12 09:24:14 UTC (rev 647)
@@ -7,7 +7,7 @@
   The function \code{df2genind} converts a data.frame (or a matrix) into
   a \linkS4class{genind} object. The data.frame must meet the following
   requirements:\cr
-  - genotypes are in row (on row per genotype)\cr
+  - genotypes are in row (one row per genotype)\cr
   - markers are in columns\cr
   - each element is a string of characters coding alleles with or without
   separator. If no separator is used, the function tries to find how

Modified: pkg/man/haploGen.Rd
===================================================================
--- pkg/man/haploGen.Rd	2010-06-08 22:25:04 UTC (rev 646)
+++ pkg/man/haploGen.Rd	2010-07-12 09:24:14 UTC (rev 647)
@@ -56,8 +56,7 @@
 
 sample.haploGen(x, n)
 
-\S4method{coerce}{haploGen, graphNEL}(from, to)
-
+\code{as(object, class)}
 }
 \arguments{
   \item{seq.length}{an integer indicating the length of the simulated
@@ -109,7 +108,7 @@
   \item{annot,date.range,col,bg,add}{arguments to be passed to \code{\link{plotSeqTrack}}.}
   \item{n}{an integer indicating the number of haplotypes to be retained
 in the sample}
-  \item{from,to}{arguments of the conversion function, for converting a
+  \item{object,class}{arguments of the conversion function, for converting a
 \code{haploGen} object into a \linkS4class{graphNEL}.}
 \item{tz, origin}{ aguments to be passed to \code{\link{as.POSIXct}}
 (see ?as.POSIXct)}



More information about the adegenet-commits mailing list