A very simple multiple boxplots (more than one level of factor) is generated
with no labels or marks for the X-axis. It serves as the basis for the figures that will be generated through the analysis, whether they are simple or complex.
Usage
fn_Boxplot(val, fac, df, yrange)
Arguments
- val
A column containing the numeric values.
- fac
The factor column (grouping column).
- df
The data frame containing the data.
- yrange
A vector with the minimum and maximum values of the y-axis.
Value
A multiple boxplots which can be upgraded according to needs.