[R] to change the size of the line in the plot created in ggplot2

Giorgio Garziano giorgio.garziano at ericsson.com
Thu Dec 24 13:10:03 CET 2015


You can do it this way, for example:

geom_line(linetype="dashed", size=1, colour="blue")

Further info at:

http://docs.ggplot2.org/current/geom_line.html


--
GG



	[[alternative HTML version deleted]]



More information about the R-help mailing list