[Vegan-commits] r2193 - pkg/vegan/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat May 26 12:24:01 CEST 2012


Author: gsimpson
Date: 2012-05-26 12:24:01 +0200 (Sat, 26 May 2012)
New Revision: 2193

Modified:
   pkg/vegan/R/ordilabel.R
Log:
clean up

Modified: pkg/vegan/R/ordilabel.R
===================================================================
--- pkg/vegan/R/ordilabel.R	2012-05-26 09:26:27 UTC (rev 2192)
+++ pkg/vegan/R/ordilabel.R	2012-05-26 10:24:01 UTC (rev 2193)
@@ -9,8 +9,6 @@
     if (missing(labels))
         labels <- rownames(x)
     if (!missing(select)) {
-        #x <- x[select, , drop = FALSE]
-        #labels <- labels[select]
         x <- .checkSelect(select, x)
         labels <- .checkSelect(select, labels)
     }



More information about the Vegan-commits mailing list