voronoi.polygons(data)
Returns an array of polygons, one for each input point in the specified data points, corresponding to the cells in the computed Voronoi diagram. Equivalent to:
1 | voronoi(data).polygons(); |
See diagram.polygons for more detail. Note: an extent is required.
Please login to continue.