[adegenet-commits] r534 - pkg/R
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Fri Jan 15 12:58:32 CET 2010
    
    
  
Author: jombart
Date: 2010-01-15 12:58:31 +0100 (Fri, 15 Jan 2010)
New Revision: 534
Modified:
   pkg/R/find.clust.R
Log:
changed type of graph b->o
Modified: pkg/R/find.clust.R
===================================================================
--- pkg/R/find.clust.R	2010-01-14 13:37:45 UTC (rev 533)
+++ pkg/R/find.clust.R	2010-01-15 11:58:31 UTC (rev 534)
@@ -103,7 +103,7 @@
         }
 
         if(choose.n.clust){
-            plot(c(1,nbClust), myStat, xlab="Number of clusters", ylab=myLab, main=myTitle, type="b", col="blue")
+            plot(c(1,nbClust), myStat, xlab="Number of clusters", ylab=myLab, main=myTitle, type="o", col="blue")
             abline(h=0, lty=2, col="red")
             cat("Choose the number of clusters (>=2: ")
             n.clust <- NA
    
    
More information about the adegenet-commits
mailing list