Custom visual raster point plot
Usage
vr_geom_point(
p,
size = 4,
shape = 21,
color = "#222222",
fill = "#22222280",
...
)
Arguments
- p
data.frame containing a x and y column
- size
integer point size
- shape
shape of the point (default 21) see [ggplot2::geom_point()]
for details
- color
color line colors
- fill
color fill colors
- ...
other arguments passed to [ggplot2::geom_point()]