[adegenet-commits] r656 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 21 17:14:59 CEST 2010
Author: jombart
Date: 2010-07-21 17:14:58 +0200 (Wed, 21 Jul 2010)
New Revision: 656
Modified:
pkg/man/seqTrack.Rd
Log:
Doc for the new argument
Modified: pkg/man/seqTrack.Rd
===================================================================
--- pkg/man/seqTrack.Rd 2010-07-21 14:32:25 UTC (rev 655)
+++ pkg/man/seqTrack.Rd 2010-07-21 15:14:58 UTC (rev 656)
@@ -31,7 +31,7 @@
plotSeqTrack(x, xy, use.arrows=TRUE, annot=TRUE, labels=NULL, col=NULL,
bg="grey", add=FALSE, quiet=FALSE,
- date.range=NULL, plot=TRUE, \dots)
+ date.range=NULL, jitter.arrows=0, plot=TRUE, \dots)
get.likelihood(\ldots)
@@ -80,7 +80,10 @@
\item{quiet}{a logical stating whether messages other than errors
should be displayed (FALSE, default), or hidden (TRUE).}
\item{date.range}{a vector of length two with POSIXct format indicating
- the time window for which ancestries should be displayed.}
+ the time window for which ancestries should be displayed.}
+ \item{jitter.arrows}{a positive number indicating the amount of noise
+ to be added to coordinates of arrows; useful when several arrows
+ overlap. See \code{\link{jitter}}.}
\item{plot}{a logical stating whether a plot should be drawn (TRUE,
default), or not (FALSE). In all cases, the
function invisibly returns plotting information.}
More information about the adegenet-commits
mailing list