Raster with native habitat map data for one or several species
am_raster(key, resolution = 0.5, fun = c("count", "last", "first"))
key | a string identifier for the species |
---|---|
resolution | the grid resolution in degrees, by default 0.5 |
fun | the aggregation fun to use when grid cells are covered by multiple spatial features, by default their count |
if the fun parameter is omitted, the probability field will be used
Other spatial:
am_csc_from_extent()
,
am_map_leaflet()
,
am_species_in_csc()
,
am_species_per_csc()
,
csquare_from_dd()
,
csquare_to_dd()
,
rasterize_coords()
,
which_cells_in_raster()