am_csc_from_extent: Cell identifiers for an extent or bounding box

Description Usage Arguments Value See Also Examples

View source: R/spatial.R

Description

Half degree grid cell identifiers (CsquareCode strings) within an extent or bounding box.

Usage

1
am_csc_from_extent(x1, x2, y1, y2)

Arguments

x1

decimal degree WGS84 longitude value for extent (xmin)

x2

decimal degree WGS84 longitude value for extent (xmax)

y1

decimal degree WGS84 latitude value for extent (ymin)

y2

decimal degree WGS84 latitude value for extent (ymax)

Value

tibble with CsquareCode identifiers

See Also

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

Examples

1
2
3
4
## Not run: 
am_csc_from_extent(-5, 5, -7, -5)

## End(Not run)

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