Line layer (points connected in x order)
geom_line(
mapping = NULL,
data = NULL,
color = NULL,
linewidth = NULL,
alpha = NULL,
dash = NULL
)As in geom_point().
Stroke width in px.
SVG dash pattern (e.g. "4,3"); "" for solid.
A Layer.