Learn R Programming

jpndistrict (version 0.3.9)

mesh_district: Export district's mesh polygon

Description

Export district's mesh polygon

Usage

mesh_district(jis_code = NULL, to_mesh_size = NULL)

Arguments

jis_code

jis code for prefecture and city identifical number. If prefecture, must be from 1 to 47. If city, range of 5 digits.

to_mesh_size

target mesh type. From 80km to 1km as numeric.

Examples

Run this code
# NOT RUN {
mesh_district(jis_code = "33101", to_mesh_size = 80)
mesh_district(jis_code = "05", to_mesh_size = 80)
# }

Run the code above in your browser using DataLab