Returns the parent cell at a coarser resolution.
Examples
if (FALSE) { # \dontrun{
grid <- hex_grid(resolution = 10)
child_cells <- lonlat_to_cell(c(0, 10), c(45, 50), grid)
parent_cells <- get_parent(child_cells, grid)
} # }Returns the parent cell at a coarser resolution.
if (FALSE) { # \dontrun{
grid <- hex_grid(resolution = 10)
child_cells <- lonlat_to_cell(c(0, 10), c(45, 50), grid)
parent_cells <- get_parent(child_cells, grid)
} # }