create.lat | R Documentation |
Create a layer depicting latitude based on any other.
create.lat(layers)
layers |
SpatRaster. As defined in package terra, see |
Using latitude (and longitude) in models may help limiting the extrapolation of the predicted area much beyond known areas.
SpatRaster.
region = gecko.data("layers")
terra::plot(create.lat(region[[1]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.