mur_template | R Documentation |
Retrieve a raster template that covers the provided mesh and aligns with MUR SST pixels
mur_template(
x,
res = c(0.01, 0.01),
crs = 4326,
bb = c(-75.69, -56.85, 35.27, 46.15),
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 |
bb |
numeric, 4 element extent [left, right, bottom, top] by default matching MURSST |
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.