powered by
This is a wrapper around terra::ext, sf::st_bbox, and raster::extent.
terra::ext
sf::st_bbox
raster::extent
# S4 method for ANY extent(x, ...)
Returns a list of length 4 with elements xmin, xmax, ymin, and ymax, in that order.
xmin
xmax
ymin
ymax
The spatial object from which to extract the extent.
Not used.