[Vegan-commits] r2377 - branches/2.0/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 15 22:35:32 CET 2013


Author: gsimpson
Date: 2013-01-15 22:35:32 +0100 (Tue, 15 Jan 2013)
New Revision: 2377

Modified:
   branches/2.0/R/orditorp.R
Log:
merge r2376; forgot to apply select to kk

Modified: branches/2.0/R/orditorp.R
===================================================================
--- branches/2.0/R/orditorp.R	2013-01-15 21:33:25 UTC (rev 2376)
+++ branches/2.0/R/orditorp.R	2013-01-15 21:35:32 UTC (rev 2377)
@@ -17,6 +17,7 @@
         x <- .checkSelect(select, x)
         labels <- .checkSelect(select, labels)
         priority <- .checkSelect(select, priority)
+        kk <- .checkSelect(select, kk)
     }
     ## remove NA scores
     x <- x[kk,]



More information about the Vegan-commits mailing list