create_coords_layer | R Documentation |
Generates raster layers for longitude and latitude from given raster data, applies optional scaling, and restricts the output to a specified spatial mask.
create_coords_layer(layers, study_area = NULL, scale_layers = FALSE)
layers |
Raster or stack of raster layers to derive geographic extent and resolution. |
study_area |
Spatial object for masking output layers. |
scale_layers |
Logical indicating if scaling is applied. Default is FALSE. |
Raster stack with layers lon and lat.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.