Learn R Programming

polyclip (version 1.10-7)

Polygon Clipping

Description

R port of Angus Johnson's open source library 'Clipper'. Performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. Computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. Computes Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.

Copy Link

Version

Install

install.packages('polyclip')

Monthly Downloads

114,225

Version

1.10-7

License

BSL

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 23rd, 2024

Functions in polyclip (1.10-7)

polyminkowski

Minkowski Sum of Polygon with Path
polyoffset

Polygon Offset
polyclip

Polygon Clipping
polylineoffset

Polygonal Line Offset
polysimplify

Remove Self-Intersections from a Polygon
pointinpolygon

Test Whether a Point Lies Inside a Polygon