[Vegan-commits] r2379 - branches/2.0/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 15 22:47:30 CET 2013


Author: gsimpson
Date: 2013-01-15 22:47:29 +0100 (Tue, 15 Jan 2013)
New Revision: 2379

Modified:
   branches/2.0/man/orditorp.Rd
Log:
merge r2378

Modified: branches/2.0/man/orditorp.Rd
===================================================================
--- branches/2.0/man/orditorp.Rd	2013-01-15 21:44:27 UTC (rev 2378)
+++ branches/2.0/man/orditorp.Rd	2013-01-15 21:47:29 UTC (rev 2379)
@@ -78,7 +78,8 @@
 orditorp(mod, "sp", label = cnam, priority=stems, pch="+", pcol="grey")
 
 ## show select in action
-take <- sample(nrow(BCI), 50)
+set.seed(1)
+take <- sample(ncol(BCI), 50)
 plot(mod, dis="sp", type="n")
 stems <- colSums(BCI)
 orditorp(mod, "sp", label = cnam, priority=stems, select = take,



More information about the Vegan-commits mailing list