Learn R Programming

kuniezu (version 0.1.3)

GeomJpSegment: 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

Run this code
# NOT RUN {
require("ggplot2")
require("sf")
move_jpn_rs(jgd2011_bbox) %>%
  ggplot() +
  geom_sf() +
  geom_jpsegment()
# }

Run the code above in your browser using DataLab