Skip to contents

Internal helper used by plot_stadia to draw the plot frame, the early/late percentile bands, the TNO logo and the axes.

Usage

plot_stadia_general(
  i = " ",
  opt = c(TRUE, TRUE, TRUE, TRUE, TRUE),
  title = " ",
  padid = TRUE
)

Arguments

i

Person identifier appended to the title when padid = TRUE.

opt

Logical vector of length 5 selecting which elements to draw: frame and title, extreme percentile regions, TNO logo, axes, margin reference text.

title

Plot title.

padid

If TRUE, append i to the title.

Value

Invisibly returns NULL; the function draws on the current graphics device.