Skip to contents

Arranges the per-trial plots in a grid of at most 6 panels (3 x 2), paginating when there are more. Requires patchwork. See plot.lrp_multi().

Usage

# S3 method for class 'qrp_multi'
plot(
  x,
  save = FALSE,
  file = NULL,
  format = c("tiff", "png", "jpeg", "pdf", "eps"),
  dpi = 300,
  width = 18,
  height = 24,
  units = "cm",
  compression = "lzw",
  ...
)

Arguments

x

a "qrp_multi" object.

save, file, format, dpi, width, height, units, compression

saving controls.

...

styling arguments forwarded to plot.qrp_fit().

Value

A list of page objects, invisibly.