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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 1 17:19:02 CEST 2011


Author: jarioksa
Date: 2011-09-01 17:19:02 +0200 (Thu, 01 Sep 2011)
New Revision: 1783

Modified:
   pkg/vegan/R/print.metaMDS.R
Log:
tweak

Modified: pkg/vegan/R/print.metaMDS.R
===================================================================
--- pkg/vegan/R/print.metaMDS.R	2011-08-31 21:01:41 UTC (rev 1782)
+++ pkg/vegan/R/print.metaMDS.R	2011-09-01 15:19:02 UTC (rev 1783)
@@ -12,7 +12,7 @@
     cat("Dimensions:", x$ndim, "\n")
     cat("Stress:    ", x$stress, "\n")
     if (inherits(x, "monoMDS")) {
-        cat("Stress type ", x$isform)
+        cat("Stress type", x$isform)
         if(x$model != "linear")
             cat(", ", c("weak", "strong")[x$ities], " ties", sep = "")
         cat("\n")



More information about the Vegan-commits mailing list