jpn_cities: Simple features for city area polygons

Description Usage Arguments Examples

View source: R/spdf_jpn.R

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

1
jpn_cities(jis_code, admin_name)

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.

admin_name

administration name

Examples

1
2
3
4
5
6
7
jpn_cities(jis_code = "08",
  admin_name = intToUtf8(c(12388, 12367, 12400, 24066)))

jpn_cities(jis_code = 33103)
jpn_cities(jis_code = "33103")
jpn_cities(jis_code = c(33103, 33104, 33205))
jpn_cities(jis_code = c(33103, 34107))

jpndistrict documentation built on Nov. 27, 2020, 5:08 p.m.