View source: R/hexify_projection.R
| hexify_set_precision | R Documentation |
Controls the accuracy/speed tradeoff for inverse Snyder projection.
hexify_set_precision(
mode = c("fast", "default", "high", "ultra"),
tol = NULL,
max_iters = NULL
)
mode |
Preset mode: "fast", "default", "high", or "ultra" |
tol |
Custom tolerance (overrides mode if provided) |
max_iters |
Custom max iterations (overrides mode if provided) |
Invisible NULL
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_set_precision("high")
hexify_set_precision(tol = 1e-12, max_iters = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.