[adegenet-commits] r251 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 27 13:18:17 CET 2009
Author: jombart
Date: 2009-01-27 13:18:17 +0100 (Tue, 27 Jan 2009)
New Revision: 251
Modified:
pkg/R/spca.R
Log:
Fixed warning msg
Modified: pkg/R/spca.R
===================================================================
--- pkg/R/spca.R 2009-01-27 11:47:06 UTC (rev 250)
+++ pkg/R/spca.R 2009-01-27 12:18:17 UTC (rev 251)
@@ -85,7 +85,7 @@
## handle NAs warning
if(any(is.na(obj at tab))){
- warning("NAs in data are automatically replaced (to mean allele frequency")
+ warning("NAs in data are automatically replaced (to mean allele frequency)")
}
## handle NAs, centring and scaling
More information about the adegenet-commits
mailing list