Converts location coordinate data into raster data

rasterize_coords(lon, lat, fun = "count")

Arguments

lon

decimal longitude for coordinates

lat

decimal latitude for coordinates

fun

aggregation method when several points occur in one cell

Value

a raster grid with individual cell values representing the count of occurrences within the grid cells using WGS84

See also