[Vegan-commits] r624 - pkg/vegan/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 8 07:35:15 CET 2008
Author: psolymos
Date: 2008-12-08 07:35:14 +0100 (Mon, 08 Dec 2008)
New Revision: 624
Modified:
pkg/vegan/R/oecosimu.R
Log:
wrong call of permatswap fixed
Modified: pkg/vegan/R/oecosimu.R
===================================================================
--- pkg/vegan/R/oecosimu.R 2008-12-07 23:02:50 UTC (rev 623)
+++ pkg/vegan/R/oecosimu.R 2008-12-08 06:35:14 UTC (rev 624)
@@ -91,7 +91,7 @@
} else m <- comm
}
for (i in 1:nsimul) {
- x <- permatswap(m, method=control$method,
+ x <- permatswap(comm, method=control$method,
strata=control$strata,
mtype=control$mtype, times=1,
burnin=0, thin=thin)
More information about the Vegan-commits
mailing list