[Vegan-commits] r1289 - pkg/vegan/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 27 19:01:56 CEST 2010


Author: psolymos
Date: 2010-08-27 19:01:56 +0200 (Fri, 27 Aug 2010)
New Revision: 1289

Modified:
   pkg/vegan/man/rankindex.Rd
Log:
fixed example and type

Modified: pkg/vegan/man/rankindex.Rd
===================================================================
--- pkg/vegan/man/rankindex.Rd	2010-08-27 16:46:12 UTC (rev 1288)
+++ pkg/vegan/man/rankindex.Rd	2010-08-27 17:01:56 UTC (rev 1289)
@@ -91,7 +91,7 @@
 rankindex(scale(varechem), wisconsin(varespec))
 ## Using non vegdist indices as functions
 funs <- list(Manhattan=function(x) dist(x, "manhattan"),
-    Gower=function(x) daisy(x, "gower"),
+    Gower=function(x) cluster:::daisy(x, "gower"),
     Ochiai=function(x) designdist(x, "1-J/sqrt(A*B)"))
 rankindex(scale(varechem), varespec, funs)
 }



More information about the Vegan-commits mailing list