[Vegan-commits] r906 - pkg/vegan/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 26 19:19:08 CEST 2009


Author: jarioksa
Date: 2009-07-26 19:19:06 +0200 (Sun, 26 Jul 2009)
New Revision: 906

Modified:
   pkg/vegan/man/metaMDS.Rd
Log:
documenting r905: metaMDS takes dissimilarities

Modified: pkg/vegan/man/metaMDS.Rd
===================================================================
--- pkg/vegan/man/metaMDS.Rd	2009-07-26 14:57:40 UTC (rev 905)
+++ pkg/vegan/man/metaMDS.Rd	2009-07-26 17:19:06 UTC (rev 906)
@@ -47,7 +47,10 @@
 }
 
 \arguments{
-  \item{comm}{Community data.}
+  \item{comm}{Community data. Alternatively, dissimilarities either as
+    a \code{\link{dist}} structure or as a symmetric square matrix. 
+    In the latter case, species scores are not calculated and
+    \code{\link{stepacross}} is not used. }
   \item{distance}{Dissimilarity index used in \code{\link{vegdist}}.}
   \item{k}{Number of dimensions in \code{\link[MASS]{isoMDS}}.}
   \item{trymax}{Maximum number of random starts in search of stable
@@ -114,7 +117,7 @@
   other functions are intended to 
   help run NMDS wit \code{\link[MASS]{isoMDS}} like recommended by
   Minchin (1987).  Function \code{metaMDS} combines all recommendations
-  into one command for a shotgun style analysis. The steps in
+  into one command for a shotgun style analysis. The complete steps in
   \code{metaMDS} are:
   \enumerate{
     \item Transformation: If the data values are larger than common
@@ -202,6 +205,8 @@
     calculation of species scores can be suppressed with \code{wascores
     = FALSE}. 
   }
+  Only steps 4 and 5 are performed if dissimilarities were suppied
+  instead of the community data.  
 }
 
 \value{



More information about the Vegan-commits mailing list