How would I generate a data frame with the following data in R using deldir?
- A row for each Delaunay triangle
- The x1, y1, x2, y2, x3, y3 coordinates for the vertices of each triangle
I've gone through the Reference manual, but it only seems to allow for an output of the indices of the vertices - not the coordinates.