boxPlotGGDS {dsBase} | R Documentation |
Create the identity stats and necessary data to draw a plot on the client
Description
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.
Usage
boxPlotGGDS(data_table, group = NULL, group2 = NULL)
Arguments
data_table |
Column 'x': Names on the X axis of the boxplot, aka variables to plot |
group |
|
group2 |
|
Value
list
with:
-data frame
Geometrical parameters (identity stats of ggplot)
-character
Type of plot (single_group, double_group or no_group)