Description Usage Arguments Value Note Examples
Get the total count of hexagons in the world at a given resolution
1 | num_hexagons(res = 7)
|
res |
resolution; numeric vector with values between 0 and 15 |
numeric vector
For resolutions above 8 the exact count cannot be represented in a JavaScript 32-bit number. So use with caution when applying further operations to the output.
1 | num_hexagons(2:7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.