Description Usage Arguments Value Author(s) Examples
Create Voronoi polygons for a set of points. (These are also known Thiessen polygons, and Nearest Neighbor polygons; and the technique used is referred to as Delauny triangulation.)
1 |
xy |
SpatialPoints* or two column matrix with x and y coordinates |
ext |
Extent. Can be used to set the corners of the rectangular window enclosing the triangulation. The default is the data range plus 10 percent. See |
eps |
Numerical tolerance used in triangulation. See |
... |
Additional arguments (none) |
SpatialPolygonsDataFrame
This is based on the link[deldir]{deldir}
function by Rolf Turner and code by Carson Farmer: http://www.carsonfarmer.com/?p=455
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.