element_text {ggplot2} R Documentation

Theme elements

Description

<br /> text.

Usage

element_text(
    family = NULL,
    face = plain,
    size = 0,
    hjust = 0,
    vjust = 0,
    angle = 0,
    lineheight = 0,
    color = NULL,
    margin = 0,
    debug = FALSE,
    inherit.blank = FALSE);

Arguments

family

[as string]

face

[as ggplotFontFace]

size

[as double]

hjust

[as double]

vjust

[as double]

angle

[as double]

lineheight

[as double]

color

[as string]

margin

[as double]

debug

[as boolean]

inherit.blank

[as boolean]

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type textElement.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]