theme_segment {ggplot2}R Documentation

Theme element: segments

Description

This element draws segments between a set of points

Usage

theme_segment(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

segmentsGrob for underlying grid function, link{theme_line}


[Package ggplot2 version 0.8.2 Index]