Learn R Programming

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

deldir (version 0.1-9)

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.

Copy Link

Version

Install

install.packages('deldir')

Monthly Downloads

83,897

Version

0.1-9

License

GPL (>= 2)

Maintainer

Rolf Turner

Last Published

March 9th, 2015

Functions in deldir (0.1-9)

duplicatedxy

Determine duplicated points.
tilePerim

Calculate tile perimeters.
deldir

Delaunay triangulation and Dirichlet tessellation
plot.triang.list

Plot Delaunay triangles
tile.centroids

Compute centroids of Dirchlet (Voronoi) tiles
plot.tile.list

Plot Dirchlet (Voronoi) tiles
plot.deldir

Plot objects produced by deldir
deldir-internal

Internal deldir functions
triang.list

Create a list of Delaunay triangles
tile.list

Create a list of tiles in a tessellation
triMat

Produce matrix of triangle vertex indices.