[Vegan-commits] r505 - in pkg: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 26 12:47:43 CEST 2008


Author: jarioksa
Date: 2008-09-26 12:47:43 +0200 (Fri, 26 Sep 2008)
New Revision: 505

Modified:
   pkg/inst/NEWS
   pkg/man/decostand.Rd
   pkg/man/ordipointlabel.Rd
Log:
doc fixes

Modified: pkg/inst/NEWS
===================================================================
--- pkg/inst/NEWS	2008-09-26 10:27:02 UTC (rev 504)
+++ pkg/inst/NEWS	2008-09-26 10:47:43 UTC (rev 505)
@@ -42,7 +42,6 @@
 
     - wcmdscale: weighted metric scaling a.k.a. weighted principal
       coordinates analysis; only uses row weights.  
-      FIXME: Update documentation to know wcmdscale.
 
 NEW FEATURES AND FIXES
 

Modified: pkg/man/decostand.Rd
===================================================================
--- pkg/man/decostand.Rd	2008-09-26 10:27:02 UTC (rev 504)
+++ pkg/man/decostand.Rd	2008-09-26 10:47:43 UTC (rev 505)
@@ -94,7 +94,8 @@
 apply(sptrans, 2, max)
 sptrans <- wisconsin(varespec)
 
-# Chi-square: Similar but not identical to Correspondence Analysis.
+## Chi-square: PCA similar but not identical to CA.
+## Use wcmdscale for weighted analysis and identical results.
 sptrans <- decostand(varespec, "chi.square")
 plot(procrustes(rda(sptrans), cca(varespec)))
 }

Modified: pkg/man/ordipointlabel.Rd
===================================================================
--- pkg/man/ordipointlabel.Rd	2008-09-26 10:27:02 UTC (rev 504)
+++ pkg/man/ordipointlabel.Rd	2008-09-26 10:47:43 UTC (rev 505)
@@ -53,7 +53,7 @@
   smallest alternative. The result object inherits from
   \code{\link{orditkplot}} result, and can be replotted with its
   \code{plot} command. It may be possible to further edit the result
-  object with \code{\link{oridtkplot}}, but for good results it is
+  object with \code{\link{orditkplot}}, but for good results it is
   necessary that the points span the whole horizontal axis without empty
   margins. 
 }



More information about the Vegan-commits mailing list