create_raster {sdcSpatial}R 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


[Package sdcSpatial version 0.5.2 Index]