[Vegan-commits] r2027 - in pkg/vegan: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 19 19:04:11 CET 2011


Author: jarioksa
Date: 2011-12-19 19:04:11 +0100 (Mon, 19 Dec 2011)
New Revision: 2027

Modified:
   pkg/vegan/R/print.oecosimu.R
   pkg/vegan/inst/ChangeLog
Log:
try to be clearer in explaining 'alternative hypothesis' in oecosimu

Modified: pkg/vegan/R/print.oecosimu.R
===================================================================
--- pkg/vegan/R/print.oecosimu.R	2011-12-18 15:47:55 UTC (rev 2026)
+++ pkg/vegan/R/print.oecosimu.R	2011-12-19 18:04:11 UTC (rev 2027)
@@ -12,7 +12,7 @@
                        two.sided = "not equal to",
                        less = "less than",
                        greater = "greater than")
-    cat("\nalternative hypothesis: true mean is", alt.char, "the statistic")
+    cat("\nalternative hypothesis: simulated median is", alt.char, "the statistic")
     ## dim attribute is always there, but print all others
 
     cat("\n\n")

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2011-12-18 15:47:55 UTC (rev 2026)
+++ pkg/vegan/inst/ChangeLog	2011-12-19 18:04:11 UTC (rev 2027)
@@ -16,6 +16,9 @@
 	components of turnover and nestedness following Baselga (Global
 	Ecology and Biogeography 19, 134-143; 2010). These are documented
 	with nestedness indices and are ready to be used with oecosimu().
+
+	* oecosimu: more informative text on 'alternative' hypotheses in
+	the printed output.
 	
 	* rarecurve: new function to draw rarefaction curves for each
 	plot, optionally with sample size vertical and corresponding



More information about the Vegan-commits mailing list