default_template | R Documentation |
Retrieve a raster template that covers the provided mesh
default_template(x, res = c(0.01, 0.01), crs = sf::st_crs(x), value = NA_real_)
x |
the mesh geometry |
res |
a one or two element numeric of the cell resolution. If one element then it is used in x and y directions. |
crs |
character string of the mesh |
value |
numeric, the value to assign to cells |
a raster layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.