View source: R/hexify_projection.R
| hexify_face_centers | R Documentation |
Returns the center coordinates of all 20 icosahedral faces.
hexify_face_centers()
Data frame with 20 rows and columns lon, lat (degrees)
Other projection:
hexify_build_icosa(),
hexify_forward(),
hexify_forward_to_face(),
hexify_get_precision(),
hexify_inverse(),
hexify_projection_stats(),
hexify_set_precision(),
hexify_set_verbose(),
hexify_which_face()
centers <- hexify_face_centers()
plot(centers$lon, centers$lat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.