[Vegan-commits] r2782 - pkg/permute/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 30 23:09:58 CET 2013


Author: gsimpson
Date: 2013-11-30 23:09:57 +0100 (Sat, 30 Nov 2013)
New Revision: 2782

Modified:
   pkg/permute/R/allPerms.R
Log:
minor change to a comment

Modified: pkg/permute/R/allPerms.R
===================================================================
--- pkg/permute/R/allPerms.R	2013-11-30 22:08:36 UTC (rev 2781)
+++ pkg/permute/R/allPerms.R	2013-11-30 22:09:57 UTC (rev 2782)
@@ -131,7 +131,7 @@
                                       function(x, ord) x[ord[i,]], ord = ord)
                 }
             } else {
-                ## different permutations within blocks
+                ## different permutations within plots
                 nperms <- numPerms(sum(tab), control)
 
                 ng <- length(tab)



More information about the Vegan-commits mailing list