Description Usage Arguments Value Examples
Crop sf object by rectangle
1 | crop_sf_obj_by_rect_bb(sf_obj, xmin, xmax, ymin, ymax)
|
sf_obj |
sf object to be cropped |
xmin |
x (or lon) min |
xmax |
x (or lon) max |
ymin |
y (or lat) min |
ymax |
y (or lat) max |
cropped sf object
1 | crop_sf_obj_by_rect_bb (sf_obj, xmin, xmax, ymin, ymax)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.