plot.combined_fboxplot | R Documentation |
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,
...
)
x |
an 'combined_fboxplot' object |
labels |
A character vector of suitable length.
If |
scales |
See |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.