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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jun 18 00:54:49 CEST 2011


Author: gsimpson
Date: 2011-06-18 00:54:49 +0200 (Sat, 18 Jun 2011)
New Revision: 1639

Modified:
   pkg/permute/R/permuplot.R
Log:
minor typo

Modified: pkg/permute/R/permuplot.R
===================================================================
--- pkg/permute/R/permuplot.R	2011-06-17 22:54:25 UTC (rev 1638)
+++ pkg/permute/R/permuplot.R	2011-06-17 22:54:49 UTC (rev 1639)
@@ -105,7 +105,7 @@
                        }),
                        stop("Unsupport permutation 'type'"))
             }
-            perms <- shuffle2(n, control = control)
+            perms <- shuffle(n, control = control)
             perms <- tapply(perms, control$strata, function(x) x)
             if(is.null(main))
                 main <- paste("Stratum:", names(tab))



More information about the Vegan-commits mailing list