meshcode_vector {jpmesh} | R Documentation |
Vector of meshcode
Description
Vector of meshcode
Usage
meshcode_vector(x = character(), size = double(), .type = "standard")
meshcode(x, .type = "standard")
as_meshcode(x, ...)
## S3 method for class 'meshcode'
format(x, ...)
## S3 method for class 'subdiv_meshcode'
format(x, ...)
Arguments
x |
input meshcode value |
size |
input meshcode size. Default set to |
.type |
Specify the |
... |
path to another function |
Value
Examples
meshcode("6441")
meshcode(c("6441", "6442"))
meshcode(c("6441", "644143"))
meshcode("6441431552", .type = "subdivision")
[Package jpmesh version 2.1.0 Index]