[Vegan-commits] r716 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 4 06:55:12 CET 2009
Author: psolymos
Date: 2009-03-04 06:55:12 +0100 (Wed, 04 Mar 2009)
New Revision: 716
Modified:
pkg/vegan/man/diagnose.permat.Rd
pkg/vegan/man/permatfull.Rd
Log:
diagnose Rd file fixed
Modified: pkg/vegan/man/diagnose.permat.Rd
===================================================================
--- pkg/vegan/man/diagnose.permat.Rd 2009-03-04 05:50:22 UTC (rev 715)
+++ pkg/vegan/man/diagnose.permat.Rd 2009-03-04 05:55:12 UTC (rev 716)
@@ -1,11 +1,12 @@
\encoding{UTF-8}
-\name{permat.tsdiag}
+\name{diagnose.permat}
\alias{plot.permat}
\alias{lines.permat}
\alias{lagplot.permat}
\alias{lagplot}
-\alias{permat.tsdiag}
-\alias{print.permat.tsdiag}
+\alias{diagnose.permat}
+\alias{print.diagnose.permat}
+\alias{diagnose}
\title{Diagnostic Tool for Matrix Permutation Algorithms}
@@ -17,8 +18,9 @@
\method{lines}{permat}(x, type = "bray", ...)
lagplot(x, ...)
\method{lagplot}{permat}(x, type = "bray", ...)
-permat.tsdiag(x, type = "bray")
-\method{print}{permat.tsdiag}(x, ...)
+diagnose(x, ...)
+\method{diagnose}{permat}(x, type = "bray")
+\method{print}{diagnose.permat}(x, ...)
}
\arguments{
\item{x}{Object of class \code{"permat"} created by the functions \code{\link{permatfull}} and \code{\link{permatswap}}.}
@@ -30,13 +32,13 @@
\details{
-The functions \code{lagplot} \code{permat.tsdiag} are useful for testing independence of permuted matrices
+The functions \code{lagplot} \code{diagnose} methods are useful for testing independence of permuted matrices
when using sequential algorithms.
}
\value{
-The \code{permat.tsdiag} returns a list including first order autoregressive model and Ljung-Box test results to diagnose independence of the statistics (Bray-Curtis, Chi-square) derived from successive permuted matrices.
+The \code{diagnose} returns a list including first order autoregressive model and Ljung-Box test results to diagnose independence of the statistics (Bray-Curtis, Chi-square) derived from successive permuted matrices.
}
\author{\enc{P\'eter S\'olymos}{Peter Solymos}, \email{solymos at ualberta.ca} and Jari Oksanen}
@@ -63,10 +65,8 @@
lagplot.permat(a, main="Not sequential") # independent
lagplot.permat(b, main="Not sequential") # highly non-independent
## Time series diagnostics
-permat.tsdiag(a)
-permat.tsdiag(b)
+diagnose(a)
+diagnose(b)
}
\keyword{multivariate}
-\keyword{datagen}
-
Modified: pkg/vegan/man/permatfull.Rd
===================================================================
--- pkg/vegan/man/permatfull.Rd 2009-03-04 05:50:22 UTC (rev 715)
+++ pkg/vegan/man/permatfull.Rd 2009-03-04 05:55:12 UTC (rev 716)
@@ -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{permat.tsdiag}}, \code{\link{plot.permat}}, \code{\link{lines.permat}}.
+For time-series diagnostics and plotting: \code{\link{lagplot.permat}}, \code{\link{diagnose.permat}}, \code{\link{plot.permat}}, \code{\link{lines.permat}}.
}
\examples{
## A simple artificial community data matrix.
More information about the Vegan-commits
mailing list