title
sud (subset, covariates/line adjustment)
laby
bet1: level 1, bet2: level 1, n = 000

leg = 1

bet1: level 1, bet2: level 2, n = 000

leg = 2

bet1: level 2, bet2: level 1, n = 000

leg = 3

bet1: level 2, bet2: level 2, n = 000

leg = 4

by: level 1
by: level 2
by: level 3
labx
note (variables split, error bars type, line type).
splot(laby ~ labx * by * bet1 * bet2)

general settings

labels Hide all labels with FALSE
labels.filter Filter out strings from label text. Default is '_|\\.', which replaces underscores and periods with blank spaces.
labels.trim Truncate labels that are longer than the set number of characters, or prevent truncation with FALSE.
levels Rename or reorder the levels that appear in the legend or panels (e.g., levels = list(by = c('a','b','c')); see the full documentation for more).
lvn Hide the variable names before the legend and panel labels with FALSE.
mv.as.x When y has multiple variables, by is used to list their names (so they appear in the legend). Move these to x with TRUE.
bg, fg Change the background or text colors with a code or name (e.g., bg = '#c9c9c9'). fg applies to label texts.
oma Adjust the spacing around the plot window: c(bottom, left, top, right), e.g., oma = c(3, 2, 3, 2).