r-polyclip
Polygon clipping
This package provides an R port of the library Clipper. It performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. It computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. It computes the Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.
- Versions: 1.10-7
- Website: http://www.angusj.com/delphi/clipper.php
- Licenses: Boost 1.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-polyclip
as follows:
guix install r-polyclip
Or install a particular version:
guix install r-polyclip@1.10-7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-polyclip about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-polyclip'><img src='https://packages.guix.gnu.org/packages/r-polyclip/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-polyclip)
Example Org:
[[https://packages.guix.gnu.org/packages/r-polyclip][https://packages.guix.gnu.org/packages/r-polyclip/badges/latest-version.svg]]