Learn R Programming

jpndistrict (version 0.2.0)

spdf_jpn_cities: Spatial Data frame for city area polygons

Description

City area polygon data. When an administrative name (jis_code_city) or code (jis_code_city) is specified as an argument, the target city data is extracted. If neither is given, it becomes the data of the target prefecture.

Usage

spdf_jpn_cities(jis_code_pref, jis_code_city = NULL, admin_name = NULL)

Arguments

jis_code_pref

jis code from 1 to 47

jis_code_city

jis code for city as jis_code_pref + identifier number

admin_name

city name

Examples

Run this code
# NOT RUN {
spdf_jpn_cities(jis_code_pref = 33, jis_code_city = 33103)
spdf_jpn_cities(jis_code_pref = 33, jis_code_city = c(33103, 33104, 33205))
# }

Run the code above in your browser using DataLab