| dirTess | R Documentation | 
Computes the Dirichlet tessellation using the dual-graph of the Delaunay triangulation. The Delaunay triangulation is calculated internally for this function using a sweep algorithm.
dirTess(coords, bbox = NULL)
coords | 
 The coordinates of the points to triangulate.  | 
bbox | 
 Optional - doesn't actually do anything anymore :)  | 
coords <- matrix(runif(2000),ncol=2)
tess <- dirTess(coords)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.