del.tri.Rd
Calculates the Delaunay Triangulation of the given set of points.
del.tri(x, y = NULL, maxrange = TRUE)
stores the x coordinates of the points. If y is NULL, it is treated as a data.frame
stores the Y coordinates of the points
if TRUE, normalisation is done with max(x range, y range) for both x and y values, otherwise uses x/y range for x/y normalisation