powered by
Controls the accuracy/speed tradeoff for inverse Snyder projection.
hexify_set_precision( mode = c("fast", "default", "high", "ultra"), tol = NULL, max_iters = NULL )
Invisible NULL
Preset mode: "fast", "default", "high", or "ultra"
Custom tolerance (overrides mode if provided)
Custom max iterations (overrides mode if provided)
Other projection: hexify_build_icosa(), hexify_face_centers(), hexify_forward(), hexify_forward_to_face(), hexify_get_precision(), hexify_inverse(), hexify_projection_stats(), hexify_set_verbose(), hexify_which_face()
hexify_build_icosa()
hexify_face_centers()
hexify_forward()
hexify_forward_to_face()
hexify_get_precision()
hexify_inverse()
hexify_projection_stats()
hexify_set_verbose()
hexify_which_face()
hexify_set_precision("high") hexify_set_precision(tol = 1e-12, max_iters = 100)
Run the code above in your browser using DataLab