add_text.Rd
Add test to an scplot
add_text(
object,
label,
case = 1,
x,
y,
color = "black",
size = 1,
angle = 0,
hjust = 0.5,
vjust = 0.5,
face = 1
)
An scplot object (class scplot
) returned from the scplot()
function.
A Character vector with text labels.
Numerical vector with the case number or character string. case = "all"
for all cases.
x position
y position
A character string or a number defining the color of an element.
Text size relative to the base text size.
Angle (in [0,360])
Horizontal justification (in [0,1])
Vertical justification (in [0,1])
Font face ("plain", "italic", "bold", "bold.italic"
)