[Vegan-commits] r645 - branches/1.15/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 19 10:34:37 CET 2008
Author: jarioksa
Date: 2008-12-19 10:34:37 +0100 (Fri, 19 Dec 2008)
New Revision: 645
Modified:
branches/1.15/man/permCheck.Rd
branches/1.15/man/permuted.index2.Rd
Log:
merged r644 (dollar escape fix)
Modified: branches/1.15/man/permCheck.Rd
===================================================================
--- branches/1.15/man/permCheck.Rd 2008-12-19 09:28:01 UTC (rev 644)
+++ branches/1.15/man/permCheck.Rd 2008-12-19 09:34:37 UTC (rev 645)
@@ -102,12 +102,12 @@
the number of observations and the permutation design. In such cases,
\code{nperm} is reduced to equal the number of possible permutations,
and complete enumeration of all permutations is turned on
- (\code{control$complete} is set to \code{TRUE}).
+ (\code{control\$complete} is set to \code{TRUE}).
Alternatively, if the number of possible permutations is low, and less
- than \code{control$minperm}, it is better to enumerate all possible
+ than \code{control\$minperm}, it is better to enumerate all possible
permutations, and as such complete enumeration of all permutations is
- turned on (\code{control$complete} is set to \code{TRUE}).
+ turned on (\code{control\$complete} is set to \code{TRUE}).
Function \code{numPerms} returns the number of permutations for the
passed \code{object} and the selected permutation
Modified: branches/1.15/man/permuted.index2.Rd
===================================================================
--- branches/1.15/man/permuted.index2.Rd 2008-12-19 09:28:01 UTC (rev 644)
+++ branches/1.15/man/permuted.index2.Rd 2008-12-19 09:34:37 UTC (rev 645)
@@ -83,8 +83,8 @@
within a function implementing a permutation test. The main purpose of
\code{permute} is to return the correct permutation in each iteration
of the loop, either a random permutation from the current design or
- the next permutation from \code{control$all.perms} if it is not
- \code{NULL} and \code{control$complete} is \code{TRUE}.
+ the next permutation from \code{control\$all.perms} if it is not
+ \code{NULL} and \code{control\$complete} is \code{TRUE}.
}
\value{
For \code{permuted.index2} a vector of length \code{n} containing a
More information about the Vegan-commits
mailing list