powered by
Creates a tessellatation for a given set of points (wrapper for deldir)
tessellate(points)
A data frame with point x and y coordinates
A data frame with segment x, y, xend and yend coorindates
A simple wrapper for deldir::deldir()
# NOT RUN { data.frame(x = runif(10), y = runif(10)) %>% tessellate() # }
Run the code above in your browser using DataLab