[adegenet-commits] r763 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 17 18:01:34 CET 2011


Author: jombart
Date: 2011-01-17 18:01:33 +0100 (Mon, 17 Jan 2011)
New Revision: 763

Modified:
   pkg/R/glFunctions.R
Log:
toto il est beau


Modified: pkg/R/glFunctions.R
===================================================================
--- pkg/R/glFunctions.R	2011-01-15 14:53:53 UTC (rev 762)
+++ pkg/R/glFunctions.R	2011-01-17 17:01:33 UTC (rev 763)
@@ -315,7 +315,7 @@
 ## glNA(x)
 ## glSum(x)
 ## glMean(x)
-##
+
 ## same ploidy everywhere
 ## x <- new("genlight", list(c(0,0,1,1,0), c(1,1,1,0,0,1), c(0,0,0,1,1,1)))
 ## f1 <- function(e) {return(mean((e-mean(e, na.rm=TRUE))^2, na.rm=TRUE))}
@@ -371,10 +371,10 @@
 ## round(t(toto$loadings) %*% toto$loadings,10) # must be diag(1,4)
 
 
-## LARGE SCALE TEST ##
-## perform glPca
+## ## LARGE SCALE TEST ##
+## ## perform glPca
 ## M <- matrix(sample(c(0,1), 200*1e6, replace=TRUE), nrow=200)
-## x <- new("genlight",M) # too slow, check what's fucked up
+## x <- new("genlight",M)
 ## toto <- glPca(x, nf=4)
 
 ## round(cor(toto$scores),10) # must be diag(1,4)



More information about the adegenet-commits mailing list