data(tas_lga)
# Smaller set for faster example
tas_lga_sub <- tas_lga[1:10,]
data(capital_cities)
hexmap <- create_hexmap(
shp = tas_lga_sub,
sf_id = "lga_code_2016",
hex_filter = 3,
focal_points = capital_cities,
verbose = TRUE)
Run the code above in your browser using DataLab