[GRASS-SVN] r56746 - grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 17 00:29:15 PDT 2013


Author: neteler
Date: 2013-06-17 00:29:15 -0700 (Mon, 17 Jun 2013)
New Revision: 56746

Modified:
   grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/r.fuzzy.system.html
Log:
r.fuzzy.system.html: few typos fixed

Modified: grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/r.fuzzy.system.html
===================================================================
--- grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/r.fuzzy.system.html	2013-06-17 06:35:32 UTC (rev 56745)
+++ grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/r.fuzzy.system.html	2013-06-17 07:29:15 UTC (rev 56746)
@@ -155,7 +155,7 @@
 <dd>Prints for all maps sat of values in map range (map universe) and values of
 fuzzy sets (linguistic values). Number of values is taken from resolution
 (default 100). This option is useful for visual control fuzzy set definitions
-for evrey map.</dd>
+for every map.</dd>
 </dl>
 
 <h2>OUTPUTS</h2>
@@ -214,7 +214,7 @@
 using two maps: distance to streams and elevation above streams. We can write
 some common sense rules:
 <pre>
-IF elevation IS low AND distance IS near THEN risk IS veryprobable
+IF elevation IS low AND distance IS near THEN risk IS very probable
 IF elevation IS low OR distance IS near THEN risk IS probable
 IF elevation IS high AND distance IS far THEN risk IS unprobable
 </pre>
@@ -237,10 +237,10 @@
 First we need two maps created with r.stream package:
 
 <pre>
-r.stream.extract elevation=elevation.10m at PERMANENT threshold=2000
-stream_rast=streams direction=dirs 
+r.stream.extract elevation=elevation.10m threshold=2000 \
+         stream_rast=streams direction=dirs
 r.stream.order stream=streams dir=dirs horton=horton
-r.mapcalc "horton3=if(horton>2,horton,null())"
+r.mapcalc "horton3 = if(horton>2,horton,null())"
 r.stream.distance stream=streams dir=dirs dem=elevation.10m method=downstream
 distance=distance elevation=elevation 
 </pre>
@@ -263,8 +263,8 @@
 $ unprob {both; 0,20,20,40; linear; 0;1}
 $ prob {both; 20,40,40,60; linear; 0;1}
 $ veryprob {both; 40,60,60,80; linear; 0;1}
+</pre>
 
-</pre>
 <p>RULES:
 <pre>
 #flood.rul
@@ -296,7 +296,7 @@
 Zadeh, L.A. (1965). "Fuzzy sets". Information and Control 8 (3): 338–353.
 doi:10.1016/S0019-9958(65)90241-X. ISSN 0019-9958.<p>
 
-Novák, Vilém (1989). Fuzzy Sets and Their Applications. Bristol: Adam Hilger.
+Novák, Vilém (1989). Fuzzy Sets and Their Applications. Bristol: Adam Hilger.
 ISBN 0-85274-583-4.<p>
 
 Klir, George J.; Yuan, Bo (1995). Fuzzy sets and fuzzy logic: theory and
@@ -313,6 +313,6 @@
 R~package version~1.0, URL http://CRAN.R-project.org/package=sets.<p>
 
 <h2>AUTHOR</h2>
-Jarek  Jasiewicz
+Jarek Jasiewicz
 
 <p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list