boxPlotGGDS {dsBase} | R Documentation |
In order to create a non disclosive box plot, the data that is passed to the client is purely geometrical aspects of the plot, as a ggplot object contains all the data inside, only the graphical parameters are passed. There are three different cases depending if there are grouping variables. The outliers are also removed from the graphical parameters.
boxPlotGGDS(data_table, group = NULL, group2 = NULL)
data_table |
Column 'x': Names on the X axis of the boxplot, aka variables to plot |
group |
|
group2 |
|
list
with:
-data frame
Geometrical parameters (identity stats of ggplot)
-character
Type of plot (single_group, double_group or no_group)