Drawing a segment line segment that shows the boundary

geom_jpsegment(...)

Arguments

...

other arguments passed on to geom_segment.

Value

ggplot object and plot

See also

Examples

#> Loading required package: ggplot2
#> Loading required package: sf
#> Linking to GEOS 3.8.1, GDAL 3.1.4, PROJ 6.3.1
move_jpn_rs(jgd2011_bbox) %>% ggplot() + geom_sf() + geom_jpsegment()