[Vegan-commits] r236 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 19 18:37:03 CET 2008
Author: jarioksa
Date: 2008-02-19 18:37:03 +0100 (Tue, 19 Feb 2008)
New Revision: 236
Modified:
pkg/R/nestedtemp.R
Log:
Found the bug, don't have time to correct it yet: made .NotYetImplemented
Modified: pkg/R/nestedtemp.R
===================================================================
--- pkg/R/nestedtemp.R 2008-02-19 14:37:36 UTC (rev 235)
+++ pkg/R/nestedtemp.R 2008-02-19 17:37:03 UTC (rev 236)
@@ -1,6 +1,7 @@
`nestedtemp` <-
function(comm, ...)
{
+ .NotYetImplemented()
comm <- ifelse(comm > 0, 1, 0)
rs <- rowSums(comm)
cs <- colSums(comm)
More information about the Vegan-commits
mailing list