Renders a text label at or near a node.
draw_node_label_base(
x,
y,
label,
cex = 1,
col = "black",
font = 1,
family = "sans",
hjust = 0.5,
vjust = 0.5,
srt = 0,
pos = NULL,
offset = 0.5
)Label position coordinates.
Text to display.
Character expansion factor.
Text color.
Font face (1=plain, 2=bold, 3=italic, 4=bold italic).
Font family ("sans", "serif", "mono").
Horizontal justification (0=left, 0.5=center, 1=right).
Vertical justification (0=bottom, 0.5=center, 1=top).
String rotation angle in degrees.
Position relative to point (NULL=centered, 1=below, 2=left, 3=above, 4=right).
Offset distance when using pos.