Description Usage Arguments Author(s) References See Also Examples
Compute hill shade from slope and aspect layers (both in radians). Slope and aspect can be computed with function terrain
.
A hill shade layer is often used as a backdrop on top of which another, semi-transparent, layer is drawn.
1 |
slope |
RasterLayer object with slope values (in radians) |
aspect |
RasterLayer object with aspect values (in radians) |
angle |
The the elevation angle of the light source (sun), in degrees |
direction |
The direction (azimuth) angle of the light source (sun), in degrees |
filename |
Character. Optional filename |
normalize |
Logical. If |
... |
Standard additional arguments for writing RasterLayer files |
Andrew Bevan, Robert J. Hijmans
Horn, B.K.P., 1981. Hill shading and the reflectance map. Proceedings of the IEEE 69(1):14-47
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.