[Vegan-commits] r861 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 9 11:28:08 CEST 2009
Author: jarioksa
Date: 2009-06-09 11:28:08 +0200 (Tue, 09 Jun 2009)
New Revision: 861
Modified:
pkg/vegan/man/capscale.Rd
Log:
proof reading capscale.Rd
Modified: pkg/vegan/man/capscale.Rd
===================================================================
--- pkg/vegan/man/capscale.Rd 2009-06-09 08:48:20 UTC (rev 860)
+++ pkg/vegan/man/capscale.Rd 2009-06-09 09:28:08 UTC (rev 861)
@@ -41,9 +41,9 @@
or \code{\link{cca}}. This allows the use of partial CAP.}
\item{data}{ Data frame containing the variables on the right hand side of
the model formula. }
- \item{distance}{Dissimilarity (or distance) index in
- \code{\link{vegdist}} used if the LHS of the \code{formula} is a
- data frame instead of dissimilarity matrix. }
+ \item{distance}{The name of the dissimilarity (or distance) index if
+ the LHS of the \code{formula} is a data frame instead of
+ dissimilarity matrix.}
\item{sqrt.dist}{Take square roots of dissimilarities. See section
\code{Notes} below.}
\item{comm}{ Community data frame which will be used for finding
@@ -166,7 +166,7 @@
eignevalues.
The inertia is named after the dissimilarity index as defined in the
- dissimilairty matrix, or as \code{unknown} distance if such an
+ dissimilarity data, or as \code{unknown distance} if such an
information is missing. Function \code{\link{rda}} usually divides
the ordination scores by number of sites minus one. In this way, the
inertia is variance instead of sum of squares, and the eigenvalues sum
@@ -199,7 +199,7 @@
## Avoid negative eigenvalues with additive constant
capscale(varespec ~ N + P + K + Condition(Al), varechem,
dist="bray", add =TRUE)
-## Avoid negative eigenvalues wusing square roots of dissimilarities
+## Avoid negative eigenvalues by taking square roots of dissimilarities
capscale(varespec ~ N + P + K + Condition(Al), varechem,
dist = "bray", sqrt.dist= TRUE)
## Principal coordinates analysis with extended dissimilarities
More information about the Vegan-commits
mailing list