[Vegan-commits] r2313 - pkg/permute/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 7 12:36:15 CEST 2012
Author: gsimpson
Date: 2012-10-07 12:36:14 +0200 (Sun, 07 Oct 2012)
New Revision: 2313
Modified:
pkg/permute/man/shuffle-utils.Rd
Log:
Update the Description in light of earlier changes to the internal definition of shuffleFree()
Modified: pkg/permute/man/shuffle-utils.Rd
===================================================================
--- pkg/permute/man/shuffle-utils.Rd 2012-10-07 10:32:22 UTC (rev 2312)
+++ pkg/permute/man/shuffle-utils.Rd 2012-10-07 10:36:14 UTC (rev 2313)
@@ -48,8 +48,8 @@
\code{shuffleFree} is a wrapper to code underlying
\code{\link{sample}}, but without the extra over head of sanity
- checks. It is defined as \code{.Internal(sample(x, size, FALSE,
- NULL))}. You must arrange for the correct values to be supplied, where
+ checks. It is defined as \code{sample.int(x, size, replace = FALSE)}.
+ You must arrange for the correct values to be supplied, where
\code{x} is a vector of indices to sample from, and \code{size} is the
number of indices to sample. Sampling is done without replacement and
without regard to prior probabilities. Argument \code{size} is allowed
More information about the Vegan-commits
mailing list