GGCustomTextAnnotation: GGCustomTextAnnotation

Description Usage Arguments Value

View source: R/GGplot2Tools.R

Description

GGCustomTextAnnotation

Usage

 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())
)

Arguments

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.

Value

List of annotation_custom objects.


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.