num.delaunay.tri: Number of Delaunay triangles based on a 2D data set
Description
Returns the number of Delaunay triangles
based on the 2D set of points Yp.
See (okabe:2000,sinclair:2016;textualpcds)
for more on Delaunay triangulation and
the corresponding algorithm.
Usage
num.delaunay.tri(Yp)
Value
Number of Delaunay triangles based on Yp points.
Arguments
Yp
A set of 2D points
which constitute the vertices of Delaunay triangles.