create_bb: create_bb Make a bounding box to clip plots by or create...

View source: R/functions.R

create_bbR Documentation

create_bb Make a bounding box to clip plots by or create magnified inset

Description

create_bb Make a bounding box to clip plots by or create magnified inset

Usage

create_bb(xmin, xmax, ymin, ymax)

Arguments

ymax

Examples

bb <- create_bb(-123.4, -123.1, 48.32, 48.5)
cropped_sf <- st_intersection(sf, bb)

elisekeppel/cemore documentation built on Feb. 13, 2025, 11:57 a.m.