rasterize_coords: Converts location coordinate data into raster data

Description Usage Arguments Value See Also

View source: R/spatial.R

Description

Converts location coordinate data into raster data

Usage

1
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

Other spatial: am_csc_from_extent(), am_map_leaflet(), am_raster(), am_species_in_csc(), am_species_per_csc(), csquare_from_dd(), csquare_to_dd(), which_cells_in_raster()


raquamaps/aquamapsdata documentation built on Feb. 25, 2021, 10:28 p.m.