crop_sf_obj_by_rect_bb: Crop sf object by rectangle

Description Usage Arguments Value Examples

View source: R/sf_raster.R

Description

Crop sf object by rectangle

Usage

1
crop_sf_obj_by_rect_bb(sf_obj, xmin, xmax, ymin, ymax)

Arguments

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

Value

cropped sf object

Examples

1
crop_sf_obj_by_rect_bb (sf_obj, xmin, xmax, ymin, ymax)

seunjeong/rmapping documentation built on Dec. 13, 2020, 3:36 a.m.