raster.east | R Documentation |
Create a layer depicting eastness based on an elevation layer.
raster.east(dem)
dem |
RasterLayer object of elevation (a digital elevation model - DEM) as defined by package raster. |
Using elevation, aspect can be calculated. Yet, it is a circular variable (0 = 360) and has to be converted to northness and eastness to be useful for modelling.
A RasterLayer object.
layers = red.examples("red.layers")
terra::plot(raster.east(layers[[3]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.