raster.long | R Documentation |
Create a layer depicting longitude based on any other.
raster.long(layers)
layers |
Raster* object as defined by package raster. |
Using longitude (and latitude) in models may help limiting the extrapolation of the predicted area much beyond known areas.
A RasterLayer object.
layers = red.examples("red.layers")
terra::plot(raster.long(layers))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.