Dummy function to inherit global descriptions of parameters
.inherit_scplot(
object,
label,
labels,
color,
size,
linewidth,
hjust,
vjust,
angle,
width,
face,
linetype,
shape,
text,
background,
case,
variable,
point,
line,
...
)An scplot object (class scplot) returned from the scplot()
function.
A Character vector with text labels.
A Character vector with text labels.
A character string or a number defining the color of an element.
Text size relative to the base text size.
A number with the width of the line.
Horizontal justification (in [0,1])
Vertical justification (in [0,1])
Angle (in [0,360])
Line width.
Font face ("plain", "italic", "bold", "bold.italic")
A character string with the line type: "solid", "dashed", "dotted"
Number. See pch graphical parameter on par help page
par().
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).
Numerical vector with the case number or character string. case = "all" for all cases.
Name of the dataline variable to apply the style.
A list with point parameters ("colour", "size", "shape"). See
element_point().
List with line parameters ("colour", "linewidth", "linetype", "lineend", "arrow"). See element_line().
Further styling arguments: color, size, face, family, hjust, vjust, lineheight, angle, linetype, lineend, arrow, fill, margin.