[Vegan-commits] r2114 - in branches/2.0: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 1 15:34:17 CET 2012


Author: jarioksa
Date: 2012-03-01 15:34:17 +0100 (Thu, 01 Mar 2012)
New Revision: 2114

Modified:
   branches/2.0/inst/ChangeLog
   branches/2.0/man/simper.Rd
Log:
merge r2113: tweak simper.Rd formatting

Modified: branches/2.0/inst/ChangeLog
===================================================================
--- branches/2.0/inst/ChangeLog	2012-03-01 14:28:10 UTC (rev 2113)
+++ branches/2.0/inst/ChangeLog	2012-03-01 14:34:17 UTC (rev 2114)
@@ -5,6 +5,8 @@
 Version 2.0-3 (opened November 13, 2011)
 
 	* copy simper.R & simper.Rd at r2092.
+	* merge r2113: tweak simper.Rd formatting.
+	* commit r2112: deactivate permutation tests in simper.
 	* merge r2110: centroids.cca fix for 2-level factors as the only
 	constraint.
 	* merge r2106: merge scores and vegdist doc updates from github.

Modified: branches/2.0/man/simper.Rd
===================================================================
--- branches/2.0/man/simper.Rd	2012-03-01 14:28:10 UTC (rev 2113)
+++ branches/2.0/man/simper.Rd	2012-03-01 14:34:17 UTC (rev 2114)
@@ -10,9 +10,8 @@
 }
 
 \usage{
-  simper(comm, group,  ...)
-  
-  \method{summary}{simper}(object, ordered = TRUE, 
+simper(comm, group,  ...)
+\method{summary}{simper}(object, ordered = TRUE, 
      digits = max(3, getOption("digits") - 3), ...)
 }
 
@@ -49,8 +48,8 @@
   differences between groups.  The function returns much more
   extensive results which can be accessed directly from the result
   object (see section Value). Function \code{summary} transforms the
-  result to a list of data frames. With argument \code{ordered =
-  TRUE} the data frames also include the cumulative contributions and
+  result to a list of data frames. With argument \code{ordered = TRUE}
+  the data frames also include the cumulative contributions and
   are ordered by species contribution.
 
 }



More information about the Vegan-commits mailing list