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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 3 15:51:51 CEST 2011


Author: jarioksa
Date: 2011-07-03 15:51:50 +0200 (Sun, 03 Jul 2011)
New Revision: 1674

Modified:
   pkg/vegan/R/print.metaMDS.R
Log:
fix if

Modified: pkg/vegan/R/print.metaMDS.R
===================================================================
--- pkg/vegan/R/print.metaMDS.R	2011-07-03 11:25:12 UTC (rev 1673)
+++ pkg/vegan/R/print.metaMDS.R	2011-07-03 13:51:50 UTC (rev 1674)
@@ -33,9 +33,7 @@
             cat("Species: non-expanded scores ")
         else
             cat("Species: expanded scores ")
-        else
-            cat("based on", sQuote(x$data), "\n")
-        
+        cat("based on", sQuote(x$data), "\n")
     }
     cat("\n")
     invisible(x)



More information about the Vegan-commits mailing list