[Vegan-commits] r996 - pkg/vegan/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 8 08:39:17 CEST 2009


Author: jarioksa
Date: 2009-09-08 08:39:16 +0200 (Tue, 08 Sep 2009)
New Revision: 996

Modified:
   pkg/vegan/R/print.cca.R
Log:
cca/rda tells how many observations were deleted due to missingness

Modified: pkg/vegan/R/print.cca.R
===================================================================
--- pkg/vegan/R/print.cca.R	2009-09-07 15:28:29 UTC (rev 995)
+++ pkg/vegan/R/print.cca.R	2009-09-08 06:39:16 UTC (rev 996)
@@ -20,6 +20,8 @@
     cat("Inertia is", x$inertia, "\n")
     if (!is.null(x$CCA$alias))
         cat("Some constraints were aliased because they were collinear (redundant)\n")
+    if (!is.null(x$na.action))
+        cat(naprint(x$na.action), "\n")
     if (!is.null(x$CCA)) {
         cat("\nEigenvalues for constrained axes:\n")
         print(x$CCA$eig, digits = digits, ...)



More information about the Vegan-commits mailing list