# S4 method for SpatVector,SpatRaster
rasterize(x, y, field=1:nrow(x), background=NA, update=FALSE,
touches=is.lines(x), filename="", overwrite=FALSE, wopt=list(), ...)
Arguments
x
SpatVector
y
SpatRaster
field
numeric. The values to be rasterized. Either a field name of x, a single number, or a vector with the same length as x
background
numeric. Value to put in the cells that are not covered by any of the features of x. Default is NA
touches
logical. If TRUE, all cells touched by lines or polygons will be updated, not just those on the line render path, or whose center point is within the polygon
update
logical. If TRUE, the values of the Raster* object are updated for the cells that overlap with the geometries of x. Default is FALSE