Description Usage Arguments Value See Also Examples
Half degree grid cell identifiers (CsquareCode strings) within an extent or bounding box.
1 | am_csc_from_extent(x1, x2, y1, y2)
|
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) |
tibble with CsquareCode identifiers
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()
1 2 3 4 | ## Not run:
am_csc_from_extent(-5, 5, -7, -5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.