geom_jpsegment: Drawing a segment line segment that shows the boundary

View source: R/geom_jpsegment.R

GeomJpSegmentR Documentation

Drawing a segment line segment that shows the boundary

Description

Drawing a segment line segment that shows the boundary

Usage

geom_jpsegment(...)

Arguments

...

other arguments passed on to geom_segment.

Value

ggplot object and plot

See Also

move_jpn_rs

Examples

require("ggplot2")
require("sf")
move_jpn_rs(jgd2011_bbox) %>%
  ggplot() +
  geom_sf() +
  geom_jpsegment()

uribo/kuniezu documentation built on Jan. 12, 2023, 11:04 p.m.