element_text {ggplot2}R Documentation

Theme element: text.

Description

Theme element: text.

Usage

  element_text(family = NULL, face = NULL, colour = NULL,
    size = NULL, hjust = NULL, vjust = NULL, angle = NULL,
    lineheight = NULL, color = NULL)

Arguments

family

font family

face

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

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

color

an alias for colour


[Package ggplot2 version 0.9.3.1 Index]