Make raster from shapefile

raster_from_shapefile(shp, cells_lon = 100, cells_lat = 100)

Arguments

shp

shapefile to convert to raster

cells_lon

number of cells in longitude direction

cells_lat

number of cells in latitude direction