poly_intersect: Create a slice of the original polygon object from a smaller...

poly_intersectR Documentation

Create a slice of the original polygon object from a smaller bounding box

Description

Create a slice of the original polygon object from a smaller bounding box

Usage

poly_intersect(xmin, xmax, ymin, ymax, ply)

Arguments

xmin

A float or integer value for the x (longitude) coordinate minimum

xmax

A float or integer value for the x (longitude) coordinate maximum

ymin

A float or integer value for the y (latitude) coordinate minimum

ymax

A float or integer value for the y (latitude) coordinate maximum

ply

An sf polygon object

Value

An sf polygon object

Author(s)

Chris R. Vernon (chris.vernon@pnnl.gov)


JGCRI/rgis documentation built on July 27, 2023, 1:47 p.m.