powered by
Converts face plane coordinates back to geographic coordinates.
hexify_inverse(x, y, face, tol = NULL, max_iters = NULL)
Named numeric vector: c(lon_deg, lat_deg)
X coordinate on face plane
Y coordinate on face plane
Face index (0-19)
Convergence tolerance (NULL for default)
Maximum iterations (NULL for default)
Other projection: hexify_build_icosa(), hexify_face_centers(), hexify_forward(), hexify_forward_to_face(), hexify_get_precision(), hexify_projection_stats(), hexify_set_precision(), hexify_set_verbose(), hexify_which_face()
hexify_build_icosa()
hexify_face_centers()
hexify_forward()
hexify_forward_to_face()
hexify_get_precision()
hexify_projection_stats()
hexify_set_precision()
hexify_set_verbose()
hexify_which_face()
coords <- hexify_inverse(0.5, 0.3, face = 2)
Run the code above in your browser using DataLab