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, ...)
Arguments
- x
geographical object (that supports extent).
- res
desired resolution (default 200).
- ...
passed through to raster::raster()
function.