add_text {scplot} | R Documentation |
Add test to an scplot
Description
Add test to an scplot
Usage
add_text(
object,
label,
case = 1,
x,
y,
color = "black",
size = 1,
angle = 0,
hjust = 0.5,
vjust = 0.5,
face = 1
)
Arguments
object |
An scplot object (class |
label |
A Character vector with text labels. |
case |
Numerical vector with the case number or character string. |
x |
x position |
y |
y position |
color |
A character string or a number defining the color of an element. |
size |
Text size relative to the base text size. |
angle |
Angle (in [0,360]) |
hjust |
Horizontal justification (in [0,1]) |
vjust |
Vertical justification (in [0,1]) |
face |
Font face ( |
Value
An object of class scplot
(seescplot()
) with a changed texts
element.
[Package scplot version 0.4.0 Index]