Description Usage Arguments Value
GGCustomTextAnnotation
1 2 3 4 5 6 7 8 9 10 11 12 13 | GGCustomTextAnnotation(
labels,
x,
y,
xmin = x,
xmax = x,
ymin = y,
ymax = y,
vjust = 0,
hjust = 0,
rot = 0,
gp = list(gpar())
)
|
labels |
Labels. |
x, y |
X and Y coordinates of labels |
xmin, xmax |
X coordinates of labels. |
ymin, ymax |
Y coordinates of labels. |
vjust |
Vertical justification. |
hjust |
Horizontal justification. |
rot |
Rotation angle. |
gp |
Additional graphical parameters. |
List of annotation_custom
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.