Custom visual raster polygon plot
Usage
vr_geom_polygon(p, size = 1, fill = "#22222280", color = "#11111199", ...)
Arguments
- p
data.frame containing at least x and y column
(see [ggplot2::fortify()] for a transforming spatial polygons)
- size
integer line size
- fill
color fill colors
- color
color border colors
- ...
other arguments passed to [ggplot2::geom_polygon]