Vector of meshcode
meshcode_vector(x = character(), size = double(), .type = "standard") meshcode(x, .type = "standard") as_meshcode(x, ...) # S3 method for meshcode format(x, ...) # S3 method for subdiv_meshcode format(x, ...)
x | input meshcode value |
---|---|
size | input meshcode size. Default set to |
.type | Specify the |
... | path to another function |
meshcode
meshcode("6441")#> <meshcode[1]> #> [1] 6441#> <meshcode[2]> #> [1] 6441 6442#> <meshcode[2]> #> [1] 6441 644143meshcode("6441431552", .type = "subdivision")#> <subdiv_meshcode[1]> #> [1] 6441431552