-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
15 lines (15 loc) · 898 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: gridGeometry
Type: Package
Title: Polygon Geometry in 'grid'
Version: 0.4-1
Authors@R: c(person("Paul", "Murrell", role = c("aut", "cre"),
email = "paul@stat.auckland.ac.nz"),
person("Jack", "Wong", role = "aut"))
Description: Functions for performing polygon geometry with 'grid' grobs.
This allows complex shapes to be defined by combining simpler
shapes.
URL: https://github.com/pmur002/gridgeometry, https://stattech.wordpress.fos.auckland.ac.nz/2019/03/04/2019-01-a-geometry-engine-interface-for-grid/, https://stattech.blogs.auckland.ac.nz/2022/06/01/2022-02-constructive-geometry-for-complex-grobs/, https://stattech.wordpress.fos.auckland.ac.nz/2022/12/14/2022-03-offsetting-lines-and-polygons-in-grid/
Depends: R (>= 3.6.0), grid
Imports: grDevices, polyclip (>= 1.10-0)
Suggests: graphics, lattice
License: GPL (>= 2)