create_raster: Create a raster at a certain resolution

View source: R/create_raster.R

create_rasterR Documentation

Create a raster at a certain resolution

Description

Utility function to generate a raster at a certain resolution (with rounded coordinates).

Usage

create_raster(x, res = 200, ...)

Arguments

x

geographical object (that supports extent).

res

desired resolution (default 200).

...

passed through to raster::raster() function.

Value

raster::raster() object


edwindj/sdcSpatial documentation built on April 13, 2025, 1:57 a.m.