boxPlotGG_data_TreatmentDS {dsBase} | R Documentation |
Arrange data frame to pass it to the boxplot function
Description
Arrange data frame to pass it to the boxplot function
Usage
boxPlotGG_data_TreatmentDS(table, variables, group = NULL, group2 = NULL)
Arguments
table |
|
variables |
|
group |
|
group2 |
|
Value
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
[Package dsBase version 6.3.3 Index]