[adegenet-commits] r945 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 4 20:15:11 CEST 2011


Author: jombart
Date: 2011-08-04 20:15:10 +0200 (Thu, 04 Aug 2011)
New Revision: 945

Modified:
   pkg/man/eHGDP.Rd
   pkg/man/find.clusters.Rd
Log:
hgdp -> eHGDP



Modified: pkg/man/eHGDP.Rd
===================================================================
--- pkg/man/eHGDP.Rd	2011-08-04 09:45:48 UTC (rev 944)
+++ pkg/man/eHGDP.Rd	2011-08-04 18:15:10 UTC (rev 945)
@@ -107,7 +107,7 @@
 
 ## LOOK FOR OTHER CLUSTERS
 ## to reproduce results of the reference paper, use :
-## grp <- find.clusters(hgdp, max.n=50, n.pca=200, scale=FALSE)
+## grp <- find.clusters(eHGDP, max.n=50, n.pca=200, scale=FALSE)
 ## and then
 ## plot(grp$Kstat, type="b", col="blue")
 

Modified: pkg/man/find.clusters.Rd
===================================================================
--- pkg/man/find.clusters.Rd	2011-08-04 09:45:48 UTC (rev 944)
+++ pkg/man/find.clusters.Rd	2011-08-04 18:15:10 UTC (rev 945)
@@ -238,7 +238,7 @@
 
 
 ## to try different values of k (interactive)
-grp <- find.clusters(hgdp, max.n=50, n.pca=200, scale=FALSE)
+grp <- find.clusters(eHGDP, max.n=50, n.pca=200, scale=FALSE)
 
 ## and then, to plot BIC values:
 plot(grp$Kstat, type="b", col="blue")



More information about the adegenet-commits mailing list