cropped_voronoi | R Documentation |
Tesselates a plane using a set of XY coordinates
cropped_voronoi(sites)
sites |
(numeric matrix) The only input parameter for the function. A matrix with 3 columns: X and Y coordinates, as well as weights that are used for tesselation. |
The function is only intended for internal use. However, one can also use it directly for test purposes.
A list of cell coordinates; one cell for each set of input coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.