[GRASS-SVN] r66624 - in grass/branches/releasebranch_7_0: raster/r.regression.line raster/r.regression.multi scripts/d.correlate
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 27 10:41:34 PDT 2015
Author: neteler
Date: 2015-10-27 10:41:34 -0700 (Tue, 27 Oct 2015)
New Revision: 66624
Added:
grass/branches/releasebranch_7_0/scripts/d.correlate/d_correlate_plot.png
Modified:
grass/branches/releasebranch_7_0/raster/r.regression.line/main.c
grass/branches/releasebranch_7_0/raster/r.regression.line/r.regression.line.html
grass/branches/releasebranch_7_0/raster/r.regression.multi/main.c
grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html
grass/branches/releasebranch_7_0/scripts/d.correlate/d.correlate.html
Log:
d.correlate manual: screenshot added; r.regression.line, r.regression.multi: keyword and man crosslinks added
Modified: grass/branches/releasebranch_7_0/raster/r.regression.line/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.regression.line/main.c 2015-10-27 17:41:32 UTC (rev 66623)
+++ grass/branches/releasebranch_7_0/raster/r.regression.line/main.c 2015-10-27 17:41:34 UTC (rev 66624)
@@ -45,6 +45,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("statistics"));
+ G_add_keyword(_("regression"));
module->description =
_("Calculates linear regression from two raster maps: y = a + b*x.");
Modified: grass/branches/releasebranch_7_0/raster/r.regression.line/r.regression.line.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.regression.line/r.regression.line.html 2015-10-27 17:41:32 UTC (rev 66623)
+++ grass/branches/releasebranch_7_0/raster/r.regression.line/r.regression.line.html 2015-10-27 17:41:34 UTC (rev 66624)
@@ -60,7 +60,15 @@
0.894038
</pre></div>
+<h2>SEE ALSO</h2>
+<em>
+<a href="d.correlate.html">d.correlate</a>,
+<a href="r.regression.multi.html">r.regression.multi</a>,
+<a href="r.stats.html">r.stats</a>
+</em>
+
+
<h2>AUTHORS</h2>
Dr. Agustin Lobo - alobo at ija.csic.es<br>
Modified: grass/branches/releasebranch_7_0/raster/r.regression.multi/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.regression.multi/main.c 2015-10-27 17:41:32 UTC (rev 66623)
+++ grass/branches/releasebranch_7_0/raster/r.regression.multi/main.c 2015-10-27 17:41:34 UTC (rev 66624)
@@ -127,6 +127,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("statistics"));
+ G_add_keyword(_("regression"));
module->description =
_("Calculates multiple linear regression from raster maps.");
Modified: grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html 2015-10-27 17:41:32 UTC (rev 66623)
+++ grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html 2015-10-27 17:41:34 UTC (rev 66624)
@@ -69,14 +69,25 @@
<h2>EXAMPLE</h2>
+<!-- replace with better example -->
+
Multiple regression with soil K-factor and elevation, aspect, and slope
(North Carolina dataset). Output maps are the residuals and estimates:
+
<div class="code"><pre>
g.region raster=soils_Kfactor -p
r.regression.multi mapx=elevation,aspect,slope mapy=soils_Kfactor \
residuals=soils_Kfactor.resid estimates=soils_Kfactor.estim
</pre></div>
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="d.correlate.html">d.correlate</a>,
+<a href="r.regression.line.html">r.regression.line</a>,
+<a href="r.stats.html">r.stats</a>
+</em>
+
<h2>AUTHOR</h2>
Markus Metz
Modified: grass/branches/releasebranch_7_0/scripts/d.correlate/d.correlate.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/d.correlate/d.correlate.html 2015-10-27 17:41:32 UTC (rev 66623)
+++ grass/branches/releasebranch_7_0/scripts/d.correlate/d.correlate.html 2015-10-27 17:41:34 UTC (rev 66624)
@@ -23,6 +23,11 @@
d.correlate map=lsat7_2002_30,lsat7_2002_40
</pre></div>
+<center>
+<img src="d_correlate_plot.png" border=1 alt="Scatterplot of two LANDSAT TM7 channels"><br>
+Scatterplot of two LANDSAT TM7 channels
+</center>
+
<h2>SEE ALSO</h2>
<em>
Copied: grass/branches/releasebranch_7_0/scripts/d.correlate/d_correlate_plot.png (from rev 66622, grass/trunk/scripts/d.correlate/d_correlate_plot.png)
===================================================================
(Binary files differ)
More information about the grass-commit
mailing list