Rdocumentation
powered by
Learn R Programming
ggplot2 (version 0.9.0)
theme_line: Theme element: line.
Description
This element draws a line between two (or more) points
Usage
theme_line(colour = "black", size = 0.5, linetype = 1)
Arguments
colour
line color
size
line size
linetype
line type
See Also
polylineGrob
for underlying grid function,
link{theme_segment}