:exclamation: This is a read-only mirror of the CRAN R package repository. ggvoronoi — Voronoi Diagrams and Heatmaps with 'ggplot2'. Homepage: https://github.com/garretrc/ggvoronoi/
I'm Alan, I have been trying to create a Voronoi diagram using my data which is comprised of three columns, X, Y and Z. So, the data would be like:
x1 y1 z1
x2 y2 z2
. . .
I want to get a Voronoi diagram for X and Y, while the z column is used to colour them. For clarity, I have attached a figure which shows exactly how I want the diagram to be. I believe the Z column must also be interpolated because it must be a 2D matrix not an single column. Could you please help me out with this?
Good day,
I'm Alan, I have been trying to create a Voronoi diagram using my data which is comprised of three columns, X, Y and Z. So, the data would be like: x1 y1 z1 x2 y2 z2 . . . I want to get a Voronoi diagram for X and Y, while the z column is used to colour them. For clarity, I have attached a figure which shows exactly how I want the diagram to be. I believe the Z column must also be interpolated because it must be a 2D matrix not an single column. Could you please help me out with this?