tests/testthat/_snaps/plots.md

iscamboxplot works correctly with one variable

Code
  res$output
Output
  character(0)

iscamboxplot works correctly with two variables

Code
  res$output
Output
  character(0)

iscamdotplot works correctly with one variable

Code
  res$output
Output
  character(0)

iscamdotplot works correctly with two variables

Code
  res$output
Output
  character(0)

iscamboxplot prints help for question mark

Code
  collapse_output(help_lines)
Output
  [1] "Arguments:\n     response: Vector of numeric values to plot.\n     explanatory: (optional) second categorical variable to group by.\n     main: (optional) title for the plot.\n     xlab: (optional) x-axis label for the plot.\n     ylab: (optional) y-axis label for the plot. Only displayed when\n     'explanatory' is provided."

iscamdotplot prints help for question mark

Code
  collapse_output(help_lines)
Output
  [1] "Arguments:\n     response: Vector of numeric values to plot.\n     explanatory: (optional) second categorical variable to group by.\n     main: (optional) title for the plot.\n     xlab: (optional) x-axis label for the plot.\n     ylab: (optional) y-axis label for the plot. Only displayed when\n     'explanatory' is provided."


Try the ISCAM package in your browser

Any scripts or data that you put into this service are public.

ISCAM documentation built on Feb. 12, 2026, 5:07 p.m.