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 function.

Value

raster::raster object


sdcSpatial documentation built on March 24, 2022, 5:05 p.m.