View source: R/hexify_projection.R
| hexify_which_face | R Documentation |
Returns the icosahedral face index (0-19) containing the given coordinates.
hexify_which_face(lon, lat)
lon |
Longitude in degrees |
lat |
Latitude in degrees |
Integer face index (0-19)
Other projection:
hexify_build_icosa(),
hexify_face_centers(),
hexify_forward(),
hexify_forward_to_face(),
hexify_get_precision(),
hexify_inverse(),
hexify_projection_stats(),
hexify_set_precision(),
hexify_set_verbose()
face <- hexify_which_face(16.37, 48.21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.