Description Usage Arguments Details Value See Also Examples
voronoiPolygons
| 1 2 | voronoiPolygons(spdata, gridLim = c(0, 1, 0, 1), neighBool,
  PTJUNCTION = FALSE, FULL = FALSE)
 | 
| spdata | SpatialPointsDataFrame | 
| gridLim | list of boundary coordinates | 
| neighBool | empty point neighborhood Logical matrix | 
| PTJUNCTION | logical value, if FALSE (default): pts are not neighbors if their Voronoi polygons only have a vertex in common | 
| FULL | logical value, if FALSE (default): do not return Vornoi polygons | 
determines the Voronoi neighborhood of data points
a list with components
Voronoi polygons areas
Voronoi point neighborhood Logical matrix
if FULL=TRUE (warning: uses a lot of memory space), also:
Voronoi polygons
http://www.carsonfarmer.com/2009/09/voronoi-polygons-with-r/
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.