Skip to contents

Get all the pentagon H3 indexes at the specified resolution.

Usage

getPentagons(resolution)

Arguments

resolution

cell resolution

Value

all the pentagon H3 indexes at the specified resolution.

Examples


getPentagons(resolution = c(12L,10L))
#> [[1]]
#>  [1] "8c08000000001ff" "8c1c000000001ff" "8c30000000001ff" "8c4c000000001ff"
#>  [5] "8c62000000001ff" "8c74000000001ff" "8c7e000000001ff" "8c90000000001ff"
#>  [9] "8ca6000000001ff" "8cc2000000001ff" "8cd6000000001ff" "8cea000000001ff"
#> 
#> [[2]]
#>  [1] "8a0800000007fff" "8a1c00000007fff" "8a3000000007fff" "8a4c00000007fff"
#>  [5] "8a6200000007fff" "8a7400000007fff" "8a7e00000007fff" "8a9000000007fff"
#>  [9] "8aa600000007fff" "8ac200000007fff" "8ad600000007fff" "8aea00000007fff"
#>