View source: R/ds.boxPlotGG_data_Treatment.R
ds.boxPlotGG_data_Treatment | R Documentation |
Internal function
ds.boxPlotGG_data_Treatment(
table,
variables,
group = NULL,
group2 = NULL,
datasources = NULL
)
table |
|
variables |
|
group |
|
group2 |
|
datasources |
a list of |
Does not return nothing, it creates the table "boxPlotRawData"
on the server arranged to be passed to the
ggplot boxplot function. Structure of the created table:
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.