dismo (version 0.8-17)

voronoi: Voronoi polygons

Description

Voronoi polygons

Usage

voronoi(xy)

Arguments

xy
SpatialPoints* or two column matrix

Value

  • SpatialPolygonsDataFrame

Examples

Run this code
# points
p <- matrix(c(17, 42, 85, 70, 19, 53, 26, 84, 84, 46, 48, 85, 4, 95, 48, 54, 66, 74, 50, 48, 
      28, 73, 38, 56, 43, 29, 63, 22, 46, 45, 7, 60, 46, 34, 14, 51, 70, 31, 39, 26), ncol=2)
	  
v <- voronoi(p)
v

Run the code above in your browser using DataCamp Workspace