View source: R/latlongVoronoi.R
latlongVoronoi | R Documentation |
Compute Georeferenced Latitude and Longitude of vertices of Voronoi polygons.
latlongVoronoi(pump.select = NULL, vestry = FALSE)
pump.select |
Numeric. Vector of numeric pump IDs to define pump neighborhoods (i.e., the "population"). Negative selection possible. |
vestry |
Logical. |
snowMap(latlong = TRUE) cells <- latlongVoronoi() invisible(lapply(cells, function(x) polygon(x[, c("lon", "lat")])))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.