hexagonize: Create hexagons to cover an area

Description Usage Arguments Examples

View source: R/hexagonizepop.R

Description

Create hexagons to cover an area

Usage

1
hexagonize(.spatialdata, hexagondiameterinangle = 5)

Arguments

U

a spatial object of class sf.

delta

= a positive number:length in meters of the side of smallest hexagon.

Examples

1
2
3
library(sf)
.spatialdata<-st_as_sf(LocustAnalysis::Swarms)
hexagonize(.spatialdata) 

DanielBonnery/Strategy documentation built on Dec. 17, 2021, 4:03 p.m.