move_jpn_rs | R Documentation |
Move geometry differently from the real-life arrangement for mapping. When displaying a map showing Japan, the southern islands are sometimes moved. To achieve this, we need to perform false operations on the geometry.
move_jpn_rs(data, clip = TRUE)
data |
sf that records the prefecture or municipality of Japan |
clip |
An option to hide isolated island that are separated from other geometry and have a small area. |
sf. Geometry in Tokyo may have rows duplicated in Honshu and islands.
require("sf") move_jpn_rs(jgd2011_bbox)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.