[GRASS-SVN] r60043 - grass/branches/releasebranch_7_0/raster/r.covar

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 2 07:49:57 PDT 2014


Author: neteler
Date: 2014-05-02 07:49:57 -0700 (Fri, 02 May 2014)
New Revision: 60043

Modified:
   grass/branches/releasebranch_7_0/raster/r.covar/r.covar.html
Log:
r.covar manual: fix m.eigensystem reference (still points to G6 Addons)

Modified: grass/branches/releasebranch_7_0/raster/r.covar/r.covar.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.covar/r.covar.html	2014-05-02 14:17:25 UTC (rev 60042)
+++ grass/branches/releasebranch_7_0/raster/r.covar/r.covar.html	2014-05-02 14:49:57 UTC (rev 60043)
@@ -8,7 +8,6 @@
 The output is an N x N symmetric covariance (correlation) matrix, 
 where N is the number of raster map layers specified on the command line. 
 
-
 <h2>NOTES</h2>
 
 This module can be used as the first step of a principle components 
@@ -18,9 +17,9 @@
 N real eigen values and N eigen vectors (each composed of N real numbers). 
 
 <p>
-The module <em><a href="m.eigensystem.html">m.eigensystem</a></em> in
-src.contrib can be compiled and used to generate the eigen values and
-vectors.
+The module <em><a href="http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6#m.eigensystem">m.eigensystem</a></em>
+in <a href="http://grass.osgeo.org/download/addons/">GRASS GIS Addons</a>
+can be compiled and used to generate the eigen values and vectors.
 
 <h2>EXAMPLE</h2>
 



More information about the grass-commit mailing list