[Vegan-commits] r2797 - pkg/vegan/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 3 17:12:16 CET 2013
Author: jarioksa
Date: 2013-12-03 17:12:16 +0100 (Tue, 03 Dec 2013)
New Revision: 2797
Modified:
pkg/vegan/R/permutest.cca.R
Log:
disable 'full' model in permutest.cca: no code removal
Modified: pkg/vegan/R/permutest.cca.R
===================================================================
--- pkg/vegan/R/permutest.cca.R 2013-12-03 16:02:58 UTC (rev 2796)
+++ pkg/vegan/R/permutest.cca.R 2013-12-03 16:12:16 UTC (rev 2797)
@@ -6,7 +6,7 @@
`permutest.cca` <-
function (x, permutations = how(nperm=99),
- model = c("reduced", "direct", "full"), first = FALSE,
+ model = c("reduced", "direct"), first = FALSE,
strata = NULL, parallel = getOption("mc.cores") , ...)
{
## do something sensible with insensible input (no constraints)
More information about the Vegan-commits
mailing list