d.rast.num.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <h2>DESCRIPTION</h2>
  2. <em>d.rast.num</em>
  3. overlays cell category values onto a raster map layer displayed
  4. on the user's graphics monitor.
  5. Category values will be displayed in the text color given and scaled
  6. to fit within a single cell. A grid outlining each map cell will also
  7. be overlain in a user-specified color, unless it has been set to "none".
  8. <p>If no grid color is given the default will be used. If no map layer
  9. is specified, the program will use whatever raster map layer is
  10. currently displayed in the active frame on the graphics monitor.
  11. <p>If the <b>-f</b> flag is given the displayed number will take on the color
  12. of the base map in that cell.
  13. <h2>NOTES</h2>
  14. The user is advised to set the current region to a relatively
  15. small area (i.e., less than 100 rows by 100 columns);
  16. otherwise, the individual cells being displayed will be small
  17. and the category value associated with each will be difficult to see.
  18. No data cells are indicated with "Null".
  19. <h2>SEE ALSO</h2>
  20. <em><a href="d.frame.html">d.frame</a></em>,
  21. <em><a href="d.grid.html">d.grid</a></em>,
  22. <em><a href="d.rast.html">d.rast</a></em>,
  23. <em><a href="d.rast.arrow.html">d.rast.arrow</a></em>,
  24. <em><a href="d.rast.edit.html">d.rast.edit</a></em>,
  25. <em><a href="g.region.html">g.region</a></em>,
  26. <em><a href="r.slope.aspect.html">r.slope.aspect</a></em>
  27. <h2>AUTHORS</h2>
  28. Raghavan Srinivasan,
  29. and Chris Rewerts,<br>
  30. Agricultural Engineering, Purdue University
  31. <p><i>Last changed: $Date$</i>