Plot method for the class 'combined_fboxplot'
# S3 method for combined_fboxplot
plot(
x,
labels,
scales = "free",
ncol = 2 + 1 * (length(x) == 3),
digits = 3,
outliers = TRUE,
...
)
an 'combined_fboxplot' object
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.
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.
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.)
The number of digits used for printing the p-value or p-interval in the default main.
Logical. If TRUE, then the functions outside the functional boxplot are drawn.
Ignored.