dirTess: dirTess

dirTessR Documentation

dirTess

Description

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.

Usage

dirTess(coords, bbox = NULL)

Arguments

coords

The coordinates of the points to triangulate.

bbox

Optional - doesn't actually do anything anymore :)

Examples

coords <- matrix(runif(2000),ncol=2)
tess <- dirTess(coords)

skiptoniam/qrbp documentation built on May 13, 2023, 2:08 a.m.