[Analogue-commits] r402 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 11 19:10:07 CET 2014


Author: gsimpson
Date: 2014-02-11 19:10:06 +0100 (Tue, 11 Feb 2014)
New Revision: 402

Modified:
   pkg/R/plot.timetrack.R
Log:
now invisibly returns the ordination object

Modified: pkg/R/plot.timetrack.R
===================================================================
--- pkg/R/plot.timetrack.R	2014-02-11 17:42:54 UTC (rev 401)
+++ pkg/R/plot.timetrack.R	2014-02-11 18:10:06 UTC (rev 402)
@@ -28,5 +28,5 @@
     } else {
         points(pass, pch = pch[2], col = col[2], ...)
     }
-    invisible()
+    invisible(x$ord)
 }



More information about the Analogue-commits mailing list