[Vegan-commits] r724 - in pkg/vegan: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 7 20:03:37 CET 2009


Author: psolymos
Date: 2009-03-07 20:03:37 +0100 (Sat, 07 Mar 2009)
New Revision: 724

Removed:
   pkg/vegan/R/print.diagnose.permat.R
Modified:
   pkg/vegan/man/permatfull.Rd
Log:
cleanup after check


Deleted: pkg/vegan/R/print.diagnose.permat.R
===================================================================
--- pkg/vegan/R/print.diagnose.permat.R	2009-03-07 18:43:52 UTC (rev 723)
+++ pkg/vegan/R/print.diagnose.permat.R	2009-03-07 19:03:37 UTC (rev 724)
@@ -1,8 +0,0 @@
-print.diagnose.permat <-
-function(x, ...) {
-    cat("First order autoregressive model\n")
-    print(x$arima)
-    cat("\nTest of independence\n")
-    print(x$box.ts)
-    print(x$box.resid)
-}

Modified: pkg/vegan/man/permatfull.Rd
===================================================================
--- pkg/vegan/man/permatfull.Rd	2009-03-07 18:43:52 UTC (rev 723)
+++ pkg/vegan/man/permatfull.Rd	2009-03-07 19:03:37 UTC (rev 724)
@@ -114,7 +114,7 @@
 
 For the use of these permutation algorithms: \code{\link{oecosimu}}, \code{\link{adipart}}.
 
-For time-series diagnostics and plotting: \code{\link{lagplot.permat}}, \code{\link{diagnose.permat}}, \code{\link{plot.permat}}, \code{\link{lines.permat}}.
+For time-series diagnostics and plotting: \code{\link{as.ts.permat}}, \code{\link{plot.permat}}, \code{\link{lines.permat}}.
 }
 \examples{
 ## A simple artificial community data matrix.



More information about the Vegan-commits mailing list