theme_line {ggplot2}R Documentation

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

polylineGrob for underlying grid function, link{theme_segment}


[Package ggplot2 version 0.8.2 Index]