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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 21 06:47:35 CET 2008


Author: psolymos
Date: 2008-11-21 06:47:35 +0100 (Fri, 21 Nov 2008)
New Revision: 586

Modified:
   pkg/vegan/man/oecosimu.Rd
Log:
some more changes for quantitative null models


Modified: pkg/vegan/man/oecosimu.Rd
===================================================================
--- pkg/vegan/man/oecosimu.Rd	2008-11-20 18:01:31 UTC (rev 585)
+++ pkg/vegan/man/oecosimu.Rd	2008-11-21 05:47:35 UTC (rev 586)
@@ -36,7 +36,7 @@
   \code{"swap"} and \code{"tswap"}.}
   \item{statistic}{The name of the statistic returned by
     \code{nestedfun}} 
-  \item{control}{a list of arguments passed to quantitative
+  \item{control}{A list of arguments passed to quantitative
     permutation algorithms. If missing, the function 
     \code{permat.control} is used.}
   \item{\dots}{Other arguments to functions.}
@@ -46,13 +46,14 @@
   
   Function \code{oecosimu} is a wrapper that evaluates a nestedness
   statistic using function given by \code{nestfun}, and then simulates a
-  series of null models using \code{commsimulator}, and evaluates the
+  series of null models using \code{commsimulator} or 
+  \code{permatfull}/\code{permatswap} (depending on method), and evaluates the
   statistic on these null models. The \pkg{vegan} packages contains some
   nestedness functions that are described separately
   (\code{\link{nestedchecker}}, \code{\link{nesteddisc}},
   \code{\link{nestedn0}}, \code{\link{nestedtemp}}), but many other
   functions can be used as long as they are meaningful with binary
-  community models. An applicable function must return either the
+  or quantitative community models. An applicable function must return either the
   statistic as a plain number, or as a list element \code{"statistic"}
   (like \code{\link{chisq.test}}), or in an item whose name is given in
   the argument \code{statistic}.  The statistic can be a single number
@@ -60,8 +61,9 @@
   vector indices can be used to analyse site (row) or species (column)
   properties, see \code{\link{treedive}} for an example.
 
-  Function \code{commsimulator} implements null models for community
-  composition. The implemented models are \code{r00} which maintains the
+  Function \code{commsimulator} implements binary (presence/absence) 
+  null models for community composition.
+  The implemented models are \code{r00} which maintains the
   number of presences but fills these anywhere so that neither species
   (column) nor site (row) totals are preserved. Methods \code{r0},
   \code{r1} and \code{r2} maintain the site (row) frequencies. Method \code{r0}



More information about the Vegan-commits mailing list