Learn R Programming

sdcSpatial (version 0.6.1)

create_raster: 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, ...)

Value

raster::raster() object

Arguments

x

geographical object (that supports extent).

res

desired resolution (default 200).

...

passed through to raster::raster() function.