Learn R Programming

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

deldir (version 2.0-2)

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. Calculates the centroidal Voronoi (Dirichlet) tessellation using Lloyd's algorithm.

Copy Link

Version

Install

install.packages('deldir')

Monthly Downloads

104,198

Version

2.0-2

License

GPL (>= 2)

Maintainer

Rolf Turner

Last Published

November 23rd, 2023

Functions in deldir (2.0-2)

seaweed

seaweed
tileArea

Area of a Dirichlet tile.
plot.triang.list

Plot Delaunay triangles
tileInfo

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

Plot Dirichlet (Voronoi) tiles
print.tileInfo

Print a summary of tile information.
tile.list

Create a list of tiles in a tessellation
plot.divchain

Plot a dividing chain.
tile.centroids

Compute centroids of Dirichlet (Voronoi) tiles
volTriPoints

Solute plume concentration data set.
which.tile

Determine the tile containing a given point.
tilePerim

Calculate tile perimeters.
print.deldir

Print some information about a tessellation/triangulation.
toyPattern

A toy marked point pattern object, with 59 points.
triMat

Produce matrix of triangle vertex indices.
triang.list

Create a list of Delaunay triangles
grapherXmpl

grapherXmpl
niProperties

Northern Ireland properties.
cvt

Centroidal Voronoi (Dirichlet) tessellation.
deldir

Delaunay triangulation and Dirichlet tessellation
divchain

Dividing chain.
deldir-internal

Internal deldir functions
lawSummary

Produce a Lewis-Aboav-Weaire summary of a tessellation.
getNbrs

List Delaunay neighbours.
plot.deldir

Plot objects produced by deldir
duplicatedxy

Determine duplicated points.