hex_fill.Rd
Find most frequent occurrences in the neighbors and fill in the missing hexagon
hex_fill(
.data,
ids,
var,
h3var = "h3",
radius_max = 3,
mode = c("same", "progressive")
)
data with h3 columm
h3 ids to find
variable to fill
name of the h3 column
maximum of radius of hexagons to find
use the same number of neighbours (same) or only increase neighbors in those hexagon with missing data at the smaller radius (progressive)
progressive maximum the local influences while the other treats all missing hexagon the same.