Function to create a hexagon with a given radius, center, and rotation
Source:R/sf-functions.R
st_create_hexagon.Rd
Function to create a hexagon with a given radius, center, and rotation
Examples
if (FALSE) { # \dontrun{
hexagon_sf <- create_hexagon(center = c(1600000, 5500000), radius = 100000, rotation = pi/8, crs = 2193)
} # }