element_rect {ggplot2} R Documentation

Theme elements

Description

<br /> In conjunction with the theme system, the element_ functions<br /> specify the display of how non-data components of the plot are <br /> drawn.<br /> <br /> borders and backgrounds.

Usage

element_rect(
    fill = NULL,
    colour = NULL,
    size = 1,
    linetype = Solid,
    color = NULL,
    inherit.blank = FALSE);

Arguments

fill

color

colour

size

[as double]

linetype

[as DashStyle]

inherit.blank

[as boolean]

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type rectElement.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]