SyntaxFix
Write A Post
Hire A Developer
Questions
Line width in ggplot2 can be changed with argument lwd= in geom_line().
ggplot2
lwd=
geom_line()
geom_line(aes(x=..., y=..., color=...), lwd=1.5)