theme_text {ggplot2}R Documentation

Theme element: text

Description

This element adds text

Usage

theme_text(family = "", face = "plain", colour = "black", size = 10, hjust = 0.5, vjust = 0.5, angle = 0, lineheight = 1.1)

Arguments

family

font family

face

font face ("plain", "italic", "bold")

colour

text colour

size

text size (in pts)

hjust

horizontal justification (in [0, 1])

vjust

vertical justification (in [0, 1])

angle

angle (in [0, 360])

lineheight

line height

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

textGrob for underlying grid function


[Package ggplot2 version 0.8.9 Index]