metacoder (version 0.1.2)

make_text_grobs: Create a list of text grobs

Description

Creates a list of resizing text grobs

Usage

make_text_grobs(label, x, y, size, color, rotation, justification, x_range, y_range)

Arguments

label
Text to display
x
x
y
y
size
The height of text
color
The color of text
rotation
The rotation of text. In radians.
justification
A character indicating the justification of text. Is split by "-"
x_range
The minimum and maximum x value in the plot
y_range
The minimum and maximum y value in the plot

Value

list of resizingTextGrob