Arrange data frame to pass it to the boxplot function
boxPlotGG_data_TreatmentDS(table, variables, group = NULL, group2 = NULL)
data frame
with the following structure:
Column 'x': Names on the X axis of the boxplot, aka variables to plot
Column 'value': Values for that variable (raw data of columns rbinded)
Column 'group': (Optional) Values of the grouping variable
Column 'group2': (Optional) Values of the second grouping variable
data frame
Table that holds the information to be plotted later
character vector
Name of the column(s) of the data frame to include on the boxplot
character
(default NULL
) Name of the first grouping variable.
character
(default NULL
) Name of the second grouping variable.