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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 9 07:53:18 CET 2008


Author: psolymos
Date: 2008-12-09 07:53:18 +0100 (Tue, 09 Dec 2008)
New Revision: 629

Modified:
   pkg/vegan/R/print.adipart.R
Log:
excess space removed


Modified: pkg/vegan/R/print.adipart.R
===================================================================
--- pkg/vegan/R/print.adipart.R	2008-12-09 06:20:47 UTC (rev 628)
+++ pkg/vegan/R/print.adipart.R	2008-12-09 06:53:18 UTC (rev 629)
@@ -4,7 +4,7 @@
     cat("adipart with", ncol(x$oecosimu$simulated), "simulations\n")
     att <- attributes(x)
     att$names <- att$class <- att$n.levels <- att$terms <- att$model <- NULL
-    cat(" with", paste(names(att), att, collapse=", "))
+    cat("with", paste(names(att), att, collapse=", "))
 
     cat("\n\n")
     cl <- class(x)



More information about the Vegan-commits mailing list