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