geom_jpsegment: Drawing a segment line segment that shows the boundary

Description Usage Arguments Value See Also Examples

View source: R/geom_jpsegment.R

Description

Drawing a segment line segment that shows the boundary

Usage

1

Arguments

...

other arguments passed on to geom_segment.

Value

ggplot object and plot

See Also

move_jpn_rs

Examples

1
2
3
4
5
6
require("ggplot2")
require("sf")
move_jpn_rs(jgd2011_bbox) %>%
  ggplot() +
  geom_sf() +
  geom_jpsegment()

kuniezu documentation built on March 7, 2021, 1:07 a.m.