[Vegan-commits] r389 - in pkg: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 3 22:03:00 CEST 2008


Author: jarioksa
Date: 2008-06-03 22:03:00 +0200 (Tue, 03 Jun 2008)
New Revision: 389

Modified:
   pkg/R/print.mso.R
   pkg/man/mso.Rd
Log:
tweaks to r388

Modified: pkg/R/print.mso.R
===================================================================
--- pkg/R/print.mso.R	2008-06-03 19:50:41 UTC (rev 388)
+++ pkg/R/print.mso.R	2008-06-03 20:03:00 UTC (rev 389)
@@ -1,7 +1,7 @@
 `print.mso` <-
     function(x,  digits = max(3, getOption("digits") - 3), ...)
 {
-    NextMethod(x, "print", ...)
+    NextMethod(x, "print", digits = digits, ...)
     cat("mso variogram:\n\n")
     print(x$vario, digits = digits, ...)
     invisible(x)

Modified: pkg/man/mso.Rd
===================================================================
--- pkg/man/mso.Rd	2008-06-03 19:50:41 UTC (rev 388)
+++ pkg/man/mso.Rd	2008-06-03 20:03:00 UTC (rev 389)
@@ -121,14 +121,14 @@
 mite.cca <- cca(log(mite + 1))
 mite.cca <- mso(mite.cca, mite.xy, grain =  1, permutations = 100)
 msoplot(mite.cca)
-mite.cca$vario
+mite.cca
 
 ## Constrained ordination with test for residual autocorrelation
 ## and scale-invariance of species-environment relationships
 mite.cca <- cca(log(mite + 1) ~ SubsDens + WatrCont + Substrate + Shrub + Topo, mite.env)
 mite.cca <- mso(mite.cca, mite.xy, permutations = 100)
 msoplot(mite.cca)
-mite.cca$vario
+mite.cca
 }
 \keyword{ spatial }
 \keyword{ multivariate }



More information about the Vegan-commits mailing list