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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 25 08:04:13 CEST 2009


Author: jarioksa
Date: 2009-09-25 08:04:13 +0200 (Fri, 25 Sep 2009)
New Revision: 1024

Modified:
   pkg/vegan/R/plot.nestedtemp.R
   pkg/vegan/inst/ChangeLog
Log:
corrected earlier a typo in Rd file, and now the same in the function

Modified: pkg/vegan/R/plot.nestedtemp.R
===================================================================
--- pkg/vegan/R/plot.nestedtemp.R	2009-09-25 05:51:51 UTC (rev 1023)
+++ pkg/vegan/R/plot.nestedtemp.R	2009-09-25 06:04:13 UTC (rev 1024)
@@ -1,5 +1,5 @@
 `plot.nestedtemp` <-
-    function (x, kind = c("temperature", "incidendce"),
+    function (x, kind = c("temperature", "incidence"),
               col = rev(heat.colors(100)), names = FALSE,  
               ...) 
 {

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2009-09-25 05:51:51 UTC (rev 1023)
+++ pkg/vegan/inst/ChangeLog	2009-09-25 06:04:13 UTC (rev 1024)
@@ -4,6 +4,10 @@
 
 Version 1.16-30 (opened September 18, 2009) 
 
+	* manual pages (Rd files) were run through aspell. With this, an
+	error in an argument choice was corrected also in
+	plot.nestedtemp function.
+
 	* meandist: plot method has a new alternative of drawing
 	histograms (van Sickle 1997) as an alternative to dendrograms. A
 	histogram connects groups at theri within-cluster dissimilarity



More information about the Vegan-commits mailing list