[Vegan-commits] r935 - branches/1.15/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 21 08:35:30 CEST 2009


Author: jarioksa
Date: 2009-08-21 08:35:29 +0200 (Fri, 21 Aug 2009)
New Revision: 935

Modified:
   branches/1.15/R/ordiplot3d.R
Log:
merge r934 to branches/1.15 (stray code removal)

Modified: branches/1.15/R/ordiplot3d.R
===================================================================
--- branches/1.15/R/ordiplot3d.R	2009-08-21 06:33:10 UTC (rev 934)
+++ branches/1.15/R/ordiplot3d.R	2009-08-21 06:35:29 UTC (rev 935)
@@ -3,7 +3,6 @@
               arr.len = 0.1, arr.col = 4, envfit, xlab, ylab, zlab, ...) 
 {
     require(scatterplot3d) || stop("Requires package 'scatterplot3d'")
-    local
     x <- scores(object, display = display, choices = choices, ...)
     if (missing(xlab)) xlab <- colnames(x)[1]
     if (missing(ylab)) ylab <- colnames(x)[2]



More information about the Vegan-commits mailing list