[Vegan-commits] r807 - branches/1.15/inst branches/1.15/man pkg/vegan/inst pkg/vegan/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 15 09:02:10 CEST 2009


Author: jarioksa
Date: 2009-04-15 09:02:10 +0200 (Wed, 15 Apr 2009)
New Revision: 807

Modified:
   branches/1.15/inst/ChangeLog
   branches/1.15/man/spantree.Rd
   pkg/vegan/inst/ChangeLog
   pkg/vegan/man/spantree.Rd
Log:
spantree.Rd examples use type = 't'

Modified: branches/1.15/inst/ChangeLog
===================================================================
--- branches/1.15/inst/ChangeLog	2009-04-15 06:55:10 UTC (rev 806)
+++ branches/1.15/inst/ChangeLog	2009-04-15 07:02:10 UTC (rev 807)
@@ -5,6 +5,9 @@
 
 Version 1.15-2 (opened January 14, 2009)
 
+	* spantree.Rd: example plots use type = "t". Parallel change with
+	pkg/vegan. 
+
 	* nestedtemp.Rd tells that bipartite::nestedness is a direct port
 	of BINMATNEST of Rodriquez-Girones & Santamaria. Parallel change
 	with pkg/vegan.

Modified: branches/1.15/man/spantree.Rd
===================================================================
--- branches/1.15/man/spantree.Rd	2009-04-15 06:55:10 UTC (rev 806)
+++ branches/1.15/man/spantree.Rd	2009-04-15 07:02:10 UTC (rev 807)
@@ -115,9 +115,9 @@
 dis <- vegdist(dune)
 tr <- spantree(dis)
 ## Add tree to a metric scaling 
-plot(tr, cmdscale(dis))
+plot(tr, cmdscale(dis), type = "t")
 ## Find a configuration to display the tree neatly
-plot(tr)
+plot(tr, type = "t")
 }
 \keyword{ multivariate}
 

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2009-04-15 06:55:10 UTC (rev 806)
+++ pkg/vegan/inst/ChangeLog	2009-04-15 07:02:10 UTC (rev 807)
@@ -4,6 +4,9 @@
 
 Version 1.16-17
 
+	* spantree.Rd: example plots use type = "t" to demonstrate the use
+	of ordilabel(). 
+
 	* nestedtemp: docs tell that Carsten Dormann's bipartite package
 	has a direct port of BINMATNEST programme of Rodriquez-Girones &
 	Santamaria. 

Modified: pkg/vegan/man/spantree.Rd
===================================================================
--- pkg/vegan/man/spantree.Rd	2009-04-15 06:55:10 UTC (rev 806)
+++ pkg/vegan/man/spantree.Rd	2009-04-15 07:02:10 UTC (rev 807)
@@ -115,9 +115,9 @@
 dis <- vegdist(dune)
 tr <- spantree(dis)
 ## Add tree to a metric scaling 
-plot(tr, cmdscale(dis))
+plot(tr, cmdscale(dis), type = "t")
 ## Find a configuration to display the tree neatly
-plot(tr)
+plot(tr, type = "t")
 }
 \keyword{ multivariate}
 



More information about the Vegan-commits mailing list