create.east | R Documentation |
Create a layer depicting eastness based on an elevation layer.
create.east(layers)
layers |
SpatRaster. A layer of elevation (a digital elevation model - DEM).
As defined in package terra, see |
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.
SpatRaster.
region = gecko.data("layers")
terra::plot(create.east(region[[3]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.