| .geom_point_lw | R Documentation |
geom_point with a width argument adapted to ggplot2 version.Create a ggplot2 Point Layer with Version-Compatible Width
Creates a geom_point with a width argument adapted to ggplot2 version.
.geom_point_lw(mapping = NULL, data = NULL, ..., width = 1.5)
mapping |
Mapping aesthetic. |
data |
Data frame. |
... |
Additional parameters passed to |
width |
Numeric line width for points, default 1.5. |
ggplot2 layer for points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.