Description Usage Arguments Examples
View source: R/hexagonizepop.R
Create hexagons to cover an area
1 | hexagonize(.spatialdata, hexagondiameterinangle = 5)
|
U |
a spatial object of class sf. |
delta |
= a positive number:length in meters of the side of smallest hexagon. |
1 2 3 | library(sf)
.spatialdata<-st_as_sf(LocustAnalysis::Swarms)
hexagonize(.spatialdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.