[Vegan-commits] r526 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 14 11:37:01 CEST 2008
Author: jarioksa
Date: 2008-10-14 11:37:00 +0200 (Tue, 14 Oct 2008)
New Revision: 526
Modified:
pkg/R/wcmdscale.R
Log:
wcmdscale: typo in a result item name
Modified: pkg/R/wcmdscale.R
===================================================================
--- pkg/R/wcmdscale.R 2008-10-10 21:13:09 UTC (rev 525)
+++ pkg/R/wcmdscale.R 2008-10-14 09:37:00 UTC (rev 526)
@@ -31,10 +31,9 @@
rownames(points) <- rownames(m)
if (eig || x.ret || add) {
out <- list(points = points, eig = if (eig) e$values[-n],
- x = if (x.ret) m, ac = NA, GOF = NA, weigths = w)
+ x = if (x.ret) m, ac = NA, GOF = NA, weights = w)
class(out) <- "wcmdscale"
}
else out <- points
out
}
-
More information about the Vegan-commits
mailing list