mur_template: Retrieve a raster template that covers the provided mesh and...

View source: R/raster.R

mur_templateR Documentation

Retrieve a raster template that covers the provided mesh and aligns with MUR SST pixels

Description

Retrieve a raster template that covers the provided mesh and aligns with MUR SST pixels

Usage

mur_template(
  x,
  res = c(0.01, 0.01),
  crs = 4326,
  bb = c(-75.69, -56.85, 35.27, 46.15),
  value = NA_real_
)

Arguments

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

Value

a raster layer

See Also

MUR SST


BigelowLab/fvcom documentation built on Nov. 8, 2024, 2:24 p.m.