theme_line {ggplot2} | R Documentation |
This element draws a line between two (or more) points
theme_line(colour = "black", size = 0.5, linetype = 1)
colour |
line color |
size |
line size |
linetype |
line type |
Hadley Wickham <h.wickham@gmail.com>
polylineGrob
for underlying grid function, link{theme_segment}