make_raster_template: Make raster template for regridding

Description Usage Arguments Value

View source: R/sf_raster.R

Description

Make raster template for regridding

Usage

1
make_raster_template(x_min, x_max, y_min, y_max, res)

Arguments

x_min

the minimum X or lon (not center of the grid cell)

x_max

the maximum X or lon (not center of the grid cell)

y_min

the minimum Y or lat (not center of the grid cell)

y_max

the maximum Y or lat (not center of the grid cell)

res

spatial resolution in degrees. Assumes X and Y should have the same resolution.

Value

make raster template for regridding for any grids


seunjeong/rmapping documentation built on Dec. 13, 2020, 3:36 a.m.