ds.boxPlotGG | R Documentation |
Internal function. Renders a ggplot boxplot by retrieving from the server side a list with the identity stats and other parameters to render the plot without passing any data from the original dataset
ds.boxPlotGG(
x,
group = NULL,
group2 = NULL,
xlabel = "x axis",
ylabel = "y axis",
type = "pooled",
datasources = NULL
)
x |
Column 'x': Names on the X axis of the boxplot, aka variables to plot |
group |
|
group2 |
|
xlabel |
|
ylabel |
|
type |
|
datasources |
a list of |
ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.