powered by
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, ...)
meshcode(x, .type = "standard")
as_meshcode(x, ...)
# S3 method for meshcode format(x, ...)
# S3 method for subdiv_meshcode format(x, ...)
input meshcode value
input meshcode size. Default set to NULL. The decision is automatically made based on the meshsize.
NULL
meshsize
Specify the subdivision if you want to get a 100m mesh.
subdivision
path to another function
meshcode
# NOT RUN { meshcode("6441") meshcode(c("6441", "6442")) meshcode(c("6441", "644143")) meshcode("6441431552", .type = "subdivision") # }
Run the code above in your browser using DataLab