[Vegan-commits] r212 - branches/1.11-0/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 16 11:01:10 CET 2008
Author: gsimpson
Date: 2008-02-16 11:01:10 +0100 (Sat, 16 Feb 2008)
New Revision: 212
Modified:
branches/1.11-0/man/permCheck.Rd
branches/1.11-0/man/permuted.index2.Rd
Log:
Documentation tweaks
Modified: branches/1.11-0/man/permCheck.Rd
===================================================================
--- branches/1.11-0/man/permCheck.Rd 2008-02-16 00:15:08 UTC (rev 211)
+++ branches/1.11-0/man/permCheck.Rd 2008-02-16 10:01:10 UTC (rev 212)
@@ -135,7 +135,7 @@
## permute strata
permCheck(pyrifos, permControl(strata = ditch, type = "strata"))
-## this should work also for arbitrary vectors
+## this should also also for arbitrary vectors
vec1 <- permCheck(1:100)
vec2 <- permCheck(1:100, permControl())
all.equal(vec1, vec2)
Modified: branches/1.11-0/man/permuted.index2.Rd
===================================================================
--- branches/1.11-0/man/permuted.index2.Rd 2008-02-16 00:15:08 UTC (rev 211)
+++ branches/1.11-0/man/permuted.index2.Rd 2008-02-16 10:01:10 UTC (rev 212)
@@ -86,7 +86,8 @@
%\references{
%}
\author{Gavin Simpson}
-\seealso{\code{\link{permCheck}}.}
+\seealso{\code{\link{permCheck}}, a utility function for checking
+ permutation scheme described by \code{\link{permControl}}.}
\examples{
set.seed(1234)
More information about the Vegan-commits
mailing list