dot-inherit_scplot: Dummy function to inherit global descriptions of parameters

.inherit_scplotR Documentation

Dummy function to inherit global descriptions of parameters

Description

Dummy function to inherit global descriptions of parameters

Usage

.inherit_scplot(
  object,
  label,
  labels,
  color,
  size,
  linewidth,
  hjust,
  vjust,
  angle,
  width,
  face,
  linetype,
  shape,
  text,
  background,
  case,
  variable,
  point,
  line,
  ...
)

Arguments

object

An scplot object (class scplot) returned from the scplot() function.

label

A Character vector with text labels.

labels

A Character vector with text labels.

color

A character string or a number defining the color of an element.

size

Text size relative to the base text size.

linewidth

A number with the width of the line.

hjust

Horizontal justification (in [0,1])

vjust

Vertical justification (in [0,1])

angle

Angle (in [0,360])

width

Line width.

face

Font face (⁠"plain", "italic", "bold", "bold.italic"⁠)

linetype

A character string with the line type: ⁠"solid", "dashed", "dotted"⁠

shape

Number. See pch graphical parameter on par help page par().

text

List with text parameters (⁠"family", "face", "colour", "size", "hjust", "vjust", "angle", "lineheight", "margin"⁠). See element_text().

background

A list with background styling arguments (fill, color, size, linetype).

case

Numerical vector with the case number or character string. case = "all" for all cases.

variable

Name of the dataline variable to apply the style.

point

A list with point parameters (⁠"colour", "size", "shape"⁠). See element_point().

line

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.


jazznbass/scplot documentation built on April 17, 2025, 3:05 p.m.