create_bb | R Documentation |
create_bb Make a bounding box to clip plots by or create magnified inset
create_bb(xmin, xmax, ymin, ymax)
ymax |
bb <- create_bb(-123.4, -123.1, 48.32, 48.5)
cropped_sf <- st_intersection(sf, bb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.