[adegenet-commits] r649 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 14 11:30:44 CEST 2010
Author: jombart
Date: 2010-07-14 11:30:43 +0200 (Wed, 14 Jul 2010)
New Revision: 649
Modified:
pkg/man/haploGen.Rd
Log:
Summary issue solved. Now sensible changes seem effective...
Setting 'summary' as a generic in the code.
Still some typo hanging around in haploGen doc.
Modified: pkg/man/haploGen.Rd
===================================================================
--- pkg/man/haploGen.Rd 2010-07-14 09:13:53 UTC (rev 648)
+++ pkg/man/haploGen.Rd 2010-07-14 09:30:43 UTC (rev 649)
@@ -40,23 +40,23 @@
geo.sim=TRUE, grid.size=5, lambda.xy=0.5,
mat.connect=NULL, ini.n=1, ini.xy=NULL)
-\method{print}{haploGen}(x, \ldots)
+\method{print}{haploGen}(x, \dots)
\method{"["}{haploGen}(x, i, j, drop=FALSE)
-\method{labels}{haploGen}(object, \ldots)
+\method{labels}{haploGen}(object, \dots)
-\method{as.POSIXct}{haploGen}(x, tz="", origin=as.POSIXct("2000/01/01"), \ldots)
+\method{as.POSIXct}{haploGen}(x, tz="", origin=as.POSIXct("2000/01/01"), \dots)
-\method{seqTrack}{haploGen}(x, best=c("min","max"), prox.mat=NULL, \ldots)
+\method{seqTrack}{haploGen}(x, best=c("min","max"), prox.mat=NULL, \dots)
as.seqTrack.haploGen(x)
-plotHaploGen(x, annot=FALSE, date.range=NULL, col=NULL, bg="grey", add=FALSE, \ldots)
+plotHaploGen(x, annot=FALSE, date.range=NULL, col=NULL, bg="grey", add=FALSE, \dots)
sample.haploGen(x, n)
-as(object, class)
+\S4method{coerce}{haploGen,graphNEL}(from, to)
}
\arguments{
\item{seq.length}{an integer indicating the length of the simulated
@@ -108,11 +108,11 @@
\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{object,class}{arguments of the conversion function, for converting a
+ \item{from, to}{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)}
-\item{\ldots}{further arguments to be passed to other methods}
+\item{\dots}{further arguments to be passed to other methods}
}
\author{Thibaut Jombart \email{t.jombart at imperial.ac.uk}}
\references{
More information about the adegenet-commits
mailing list