Learn R Programming

hexify (version 0.3.8)

hexify_face_centers: Get icosahedron face centers

Description

Returns the center coordinates of all 20 icosahedral faces.

Usage

hexify_face_centers()

Arguments

Value

Data frame with 20 rows and columns lon, lat (degrees)

See Also

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()

Examples

Run this code
centers <- hexify_face_centers()
plot(centers$lon, centers$lat)

Run the code above in your browser using DataLab