
Retrieve Disputed-Territory Island And Reef Shapes
jp_disputed_territories.RdReturns cartographic island/reef shapes for disputed territories or disputed maritime/EEZ-status areas discussed in Japan territorial-dispute references. These geometries are intentionally separate from the MLIT N03 administrative boundary data and are not authoritative legal boundary polygons.
Usage
jp_disputed_territories(
territorial_disputes = TRUE,
regions = c("prefectures", "prefecture", "municipalities", "municipality"),
inset = TRUE,
okinawa = TRUE,
ogasawara = TRUE
)Arguments
- territorial_disputes
Which disputed-territory shapes to include. Use
TRUEfor all built-in shapes,FALSEfor none, or a character vector containing one or more of"northern_territories","okinotorishima","senkaku", and"takeshima". Common aliases such as"kuril","liancourt","dokdo", and"diaoyu"are also accepted.- regions
Boundary level whose columns should be mirrored: prefectures or municipalities.
- inset
Inset behavior. Use
TRUEto move Okinawa and Ogasawara,FALSEfor literal projected locations, or a character vector containing"okinawa"and/or"ogasawara".- okinawa
Whether Okinawa should be moved when
insetincludes it.- ogasawara
Whether Ogasawara should be moved when
insetincludes it.
Source
Territory list based on https://en.wikipedia.org/wiki/Territorial_disputes_of_Japan. Shapes are derived from Natural Earth 1:10m land polygons and OpenStreetMap geometry.
Examples
if (FALSE) { # \dontrun{
jp_disputed_territories()
jp_disputed_territories(c("senkaku", "takeshima"))
} # }