Description Usage Arguments Details Value
gg_bbox
takes an sf object and uses its bounding box for a ggplot.
1 |
geom |
An sf table whose bounding box will be used for ggplot. |
x1 |
The left boundary of the bounding box. |
x2 |
The right boundary of the bounding box. |
y1 |
The top boundary of the bounding box. |
y2 |
The bottom boundary of the bounding box. |
... |
Additional arguments to be passed to coord_sf. |
A function for manually specifying the bounding box of a ggplot. It is a
convenience wrapper around ggplot2::coord_sf
.
A coord_sf call which can be inserted into a ggplot stack.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.