add_labels.RdThis function adds value labels to an existing scplot object. The labels
display the values of a specified variable (default is .dvar, which
typically represents the main variable being plotted). You can customize the
position, rounding, text style, and background style of the labels.
An scplot object (class scplot) returned from the scplot()
function.
Offset on the y-axis.
Offset on the x-axis.
Number of digits of the labels. If NULL, no rounding is applied.
List with text parameters ("family", "face", "colour", "size", "hjust", "vjust", "angle", "lineheight", "margin"). See element_text().
A list with background styling arguments (fill, color, size, linetype).
Name of the dataline variable to apply the style.
Padding size around text.
An object of class scplot (seescplot()) with added/changed element
labels.