r.mapcalculator.html 811 B

123456789101112131415161718192021222324
  1. <h2>DESCRIPTION</h2>
  2. <em>r.mapcalculator</em> provides a GUI frontend to <em>r.mapcalc</em>.
  3. Up to 5 maps can be combined using simple expressions.
  4. In the expert mode, it runs <em>r.mapcalc</em> for more complex expressions.
  5. Enter an <em>r.mapcalc</em> expression in the formula field using the
  6. format: A+C or exp(A+C)+(B-2)*7 where A, B, C are raster maps entered
  7. in the A field, B field, and C field.
  8. <p>Do not enter output file in the formula field: correct: A+B; incorrect: newfile = A+B. Use no spaces or blanks.
  9. <p>Expert mode runs <em>r.mapcalc</em> for more complex expressions.
  10. <h2>SEE ALSO</h2>
  11. <em><a href="r.mapcalc.html">r.mapcalc</a></em>
  12. <h2>AUTHOR</h2>
  13. R. Brunzema (r.brunzema@web.de)<br>
  14. Updated to GRASS 5.7 by Michael Barton, Arizona State University
  15. <p><i>Last changed: $Date$</i>