[Vegan-commits] r599 - in branches/1.15: R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 27 11:05:41 CET 2008
Author: jarioksa
Date: 2008-11-27 11:05:41 +0100 (Thu, 27 Nov 2008)
New Revision: 599
Modified:
branches/1.15/R/text.decorana.R
branches/1.15/inst/ChangeLog
Log:
merged r598 to branches/1.15: text.decorana failure
Modified: branches/1.15/R/text.decorana.R
===================================================================
--- branches/1.15/R/text.decorana.R 2008-11-27 08:05:39 UTC (rev 598)
+++ branches/1.15/R/text.decorana.R 2008-11-27 10:05:41 UTC (rev 599)
@@ -3,7 +3,7 @@
origin = TRUE, select, ...)
{
localText <- function(..., shrink, origin, scaling, triangular)
- segments(...)
+ text(...)
display <- match.arg(display)
x <- scores(x, display = display, choices = choices, origin = origin,
...)
Modified: branches/1.15/inst/ChangeLog
===================================================================
--- branches/1.15/inst/ChangeLog 2008-11-27 08:05:39 UTC (rev 598)
+++ branches/1.15/inst/ChangeLog 2008-11-27 10:05:41 UTC (rev 599)
@@ -5,6 +5,8 @@
Version 1.15-1 (opened October 10, 2008)
+ * merged r598: text.decorana failed.
+
* merged r550, 552: neat plot.cca when input rownames are NULL.
* new email address of Peter Solymos in Rd files (from r520).
More information about the Vegan-commits
mailing list