[Vegan-commits] r1377 - in pkg/vegan: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 18 08:51:24 CET 2010


Author: jarioksa
Date: 2010-11-18 08:51:23 +0100 (Thu, 18 Nov 2010)
New Revision: 1377

Modified:
   pkg/vegan/R/eigenvals.R
   pkg/vegan/inst/ChangeLog
Log:
print eigenvals with zapsmall

Modified: pkg/vegan/R/eigenvals.R
===================================================================
--- pkg/vegan/R/eigenvals.R	2010-11-18 07:48:45 UTC (rev 1376)
+++ pkg/vegan/R/eigenvals.R	2010-11-18 07:51:23 UTC (rev 1377)
@@ -81,7 +81,7 @@
 `print.eigenvals` <-
     function(x, ...)
 {
-    print(unclass(x), ...)
+    print(zapsmall(unclass(x), ...))
     invisible(x)
 }
 

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2010-11-18 07:48:45 UTC (rev 1376)
+++ pkg/vegan/inst/ChangeLog	2010-11-18 07:51:23 UTC (rev 1377)
@@ -12,6 +12,8 @@
 	VIFs. Test case vif.cca(cca(dune ~ Manure + Management, dune.env))
 	should give decent values all below <100 (used to give magnitude
 	10^31). VIF of aliased terms is NA. Pierre Legendre noticed this.
+
+	* print.eigenvals uses zapsmall.
 	
 Version 1.18-16 (closed November 17, 2010)
 



More information about the Vegan-commits mailing list