.geom_point_lw: Create a ggplot2 Point Layer with Version-Compatible Width
Description
Creates a geom_point with a width argument adapted to ggplot2 version.
Usage
.geom_point_lw(mapping = NULL, data = NULL, ..., width = 1.5).geom_point_lw(mapping = NULL, data = NULL, ..., width = 1.5)
Value
ggplot2 layer for points.
ggplot2 layer for points.
Arguments
- mapping
Mapping aesthetic.
- data
Data frame.
- ...
Additional parameters passed to geom_point.
- width
Numeric line width for points, default 1.5.