theme_rect {ggplot2}R Documentation

Theme element: rectangle

Description

This element draws a rectangular box

Usage

theme_rect(fill = NA, colour = "black", size = 0.5, linetype = 1)

Arguments

fill

fill colour

colour

border color

size

border size

linetype

border linetype

Details

This is most often used for backgrounds and borders

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

rectGrob for underlying grid function


[Package ggplot2 version 0.8.9 Index]