[Vegan-commits] r246 - in pkg: R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 25 13:24:22 CET 2008
Author: jarioksa
Date: 2008-02-25 13:24:21 +0100 (Mon, 25 Feb 2008)
New Revision: 246
Modified:
pkg/R/nestedtemp.R
pkg/inst/ChangeLog
Log:
nestedtemp Implemented again -- no errors were found, just differences...
Modified: pkg/R/nestedtemp.R
===================================================================
--- pkg/R/nestedtemp.R 2008-02-25 12:09:14 UTC (rev 245)
+++ pkg/R/nestedtemp.R 2008-02-25 12:24:21 UTC (rev 246)
@@ -1,7 +1,7 @@
`nestedtemp` <-
function(comm, ...)
{
- .NotYetImplemented()
+ #.NotYetImplemented()
comm <- ifelse(comm > 0, 1, 0)
rs <- rowSums(comm)
cs <- colSums(comm)
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2008-02-25 12:09:14 UTC (rev 245)
+++ pkg/inst/ChangeLog 2008-02-25 12:24:21 UTC (rev 246)
@@ -2,10 +2,12 @@
VEGAN DEVEL VERSIONS at http://r-forge.r-project.org/
-Version 1.12-1 (Feb 19, 2008, working...)
+Version 1.12-1 (Feb 25, 2008, working...)
- * nestedtemp: Detected an implementation error and made
- .NotYetImplemented(). Returns row and column coordinates,
+ * biplot.rda: gained argument col to select colours for sites and
+ species.
+
+ * nestedtemp: Returns row and column coordinates,
optionally labels plot.
* merged last doc fixes from branches/1.11-0/ after release.
More information about the Vegan-commits
mailing list