Learn R Programming

⚠️There's a newer version (2.0-4) of this package.Take me there.

deldir (version 0.1-16)

Delaunay Triangulation and Dirichlet (Voronoi) Tessellation

Description

Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point set. Plots triangulations and tessellations in various ways. Clips tessellations to sub-windows. Calculates perimeters of tessellations. Summarises information about the tiles of the tessellation.

Copy Link

Version

Install

install.packages('deldir')

Monthly Downloads

83,897

Version

0.1-16

License

GPL (>= 2)

Maintainer

Rolf Turner

Last Published

January 4th, 2019

Functions in deldir (0.1-16)

tile.list

Create a list of tiles in a tessellation
triang.list

Create a list of Delaunay triangles
which.tile

Determine the tile containing a given point.
deldir

Delaunay triangulation and Dirichlet tessellation
tileInfo

Extract information from a tile list.
plot.triang.list

Plot Delaunay triangles
print.tileInfo

Print a summary of tile information.
tilePerim

Calculate tile perimeters.
triMat

Produce matrix of triangle vertex indices.
seaweed

seaweed
tile.centroids

Compute centroids of Dirchlet (Voronoi) tiles
divchain.deldir

Dividing chain; “deldir” method.
plot.divchain

Plot a dividing chain.
plot.tile.list

Plot Dirchlet (Voronoi) tiles
duplicatedxy

Determine duplicated points.
deldir-internal

Internal deldir functions
niProperties

Northern Ireland properties.
plot.deldir

Plot objects produced by deldir
divchain.default

Dividing chain; default method.
divchain

Dividing chain; generic.