Giorgio Garziano
2015-Dec-24 12:10 UTC
[R] to change the size of the line in the plot created in ggplot2
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]]
Marna Wagley
2015-Dec-24 17:06 UTC
[R] to change the size of the line in the plot created in ggplot2
Hi Giorgio, Thank you very much for the code and the link. I read it and also used but this code changed the line into "dashed" for all variables. As I mentioned earlier, I wanted to change for only one variable among 7 variables (for only one variable). Thanks MW On Thu, Dec 24, 2015 at 4:10 AM, Giorgio Garziano < giorgio.garziano at ericsson.com> wrote:> 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]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]