View source: R/geom_jpsegment.R
GeomJpSegment | R Documentation |
Drawing a segment line segment that shows the boundary
geom_jpsegment(...)
... |
other arguments passed on to geom_segment. |
ggplot object and plot
move_jpn_rs
require("ggplot2") require("sf") move_jpn_rs(jgd2011_bbox) %>% ggplot() + geom_sf() + geom_jpsegment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.