plot.combined_fboxplot function

Plot method for the class 'combined_fboxplot'

Plot method for the class 'combined_fboxplot'

## S3 method for class 'combined_fboxplot' plot( x, labels, scales = "free", ncol = 2 + 1 * (length(x) == 3), digits = 3, outliers = TRUE, ... )

Arguments

  • x: an 'combined_fboxplot' object
  • labels: A character vector of suitable length. If dotplot = TRUE (for the level 2 test), then labels for the tests at x-axis; only valid/used when all components of x have the same dimension. Otherwise labels for the separate plots.
  • scales: See facet_wrap. Use scales = "free" when the scales of the functions in the global envelope vary. scales = "fixed" is a good choice, when you want the same y-axis for all components. A sensible default based on r-values exists.
  • ncol: The maximum number of columns for the figures. Default 2 or 3, if the length of x equals 3. (Relates to the number of curve_sets that have been combined.)
  • digits: The number of digits used for printing the p-value or p-interval in the default main.
  • outliers: Logical. If TRUE, then the functions outside the functional boxplot are drawn.
  • ...: Ignored.
  • Maintainer: Mari Myllymäki
  • License: GPL-3
  • Last published: 2025-03-30