[Vegan-commits] r1465 - pkg/vegan/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 19 08:46:33 CET 2011
Author: jarioksa
Date: 2011-01-19 08:46:33 +0100 (Wed, 19 Jan 2011)
New Revision: 1465
Modified:
pkg/vegan/R/specaccum.R
Log:
typo in result item
Modified: pkg/vegan/R/specaccum.R
===================================================================
--- pkg/vegan/R/specaccum.R 2011-01-19 06:37:36 UTC (rev 1464)
+++ pkg/vegan/R/specaccum.R 2011-01-19 07:46:33 UTC (rev 1465)
@@ -88,7 +88,7 @@
out <- list(call = match.call(), method = method, sites = sites,
richness = specaccum, sd = sdaccum, perm = perm)
if (method == "rarefaction")
- out$invidividuals <- ind
+ out$individuals <- ind
class(out) <- "specaccum"
out
}
More information about the Vegan-commits
mailing list