Learn R Programming

kuniezu (version 0.1.3)

extreme_points: The extreme points of Japan

Description

A list of the east, west, south and north ends of Japan's territory (including remote islands). The northernmost position is what the government claims.

Usage

extreme_points

Arguments

Format

A four length list consisting of sfc

See Also

https://www.gsi.go.jp/KOKUJYOHO/center.htm

Examples

Run this code
# NOT RUN {
extreme_points

extreme_points$east

require("purrr")
extreme_points %>%
  reduce(c)
# }

Run the code above in your browser using DataLab