[Vegan-commits] r383 - in branches/1.13: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jun 1 07:14:01 CEST 2008


Author: jarioksa
Date: 2008-06-01 07:14:01 +0200 (Sun, 01 Jun 2008)
New Revision: 383

Modified:
   branches/1.13/R/lines.spantree.R
   branches/1.13/inst/ChangeLog
   branches/1.13/inst/NEWS
Log:
merged r381 to branches/1.13

Modified: branches/1.13/R/lines.spantree.R
===================================================================
--- branches/1.13/R/lines.spantree.R	2008-06-01 05:06:23 UTC (rev 382)
+++ branches/1.13/R/lines.spantree.R	2008-06-01 05:14:01 UTC (rev 383)
@@ -4,6 +4,6 @@
     ord <- scores(ord, display = display, ...)
     tree <- x$kid
     ordiArgAbsorber(ord[-1, 1], ord[-1, 2], ord[tree, 1], ord[tree, 2],
-                   FUN = segments)
+                   FUN = segments, ...)
     invisible()
 }

Modified: branches/1.13/inst/ChangeLog
===================================================================
--- branches/1.13/inst/ChangeLog	2008-06-01 05:06:23 UTC (rev 382)
+++ branches/1.13/inst/ChangeLog	2008-06-01 05:14:01 UTC (rev 383)
@@ -9,6 +9,8 @@
 
 	* merged r369: fixes bug in calculation of pair-wise permutation
 	p-values for some circumstances in 'permutest.betadisper'.
+
+	* merged r381: passes ... to 'lines' in 'lines.spantree'.
 	
 Version 1.13-0 (released May 21, 2008) 
 

Modified: branches/1.13/inst/NEWS
===================================================================
--- branches/1.13/inst/NEWS	2008-06-01 05:06:23 UTC (rev 382)
+++ branches/1.13/inst/NEWS	2008-06-01 05:14:01 UTC (rev 383)
@@ -13,8 +13,11 @@
 
     - intersetcor and inertcomp now check that input really is from
       constrained ordination instead of giving obscure error
-      messages. 
+      messages.
 
+    - lines.spantree knows again graphical arguments such as 'col',
+      'lty'.  
+
 		       CHANGES IN VEGAN 1.13-0
 
 GENERAL



More information about the Vegan-commits mailing list