ds.boxPlotGG_table.Rd
Draws a boxplot with the option of adding two grouping variables from data held on a table
ds.boxPlotGG_table(
x,
variables,
group = NULL,
group2 = NULL,
xlabel = "x axis",
ylabel = "y axis",
type = "pooled",
datasources = NULL
)
character
Name of the table on the server side that holds the information to be plotted
character vector
Name of the column(s) of the data frame to include on the boxplot
character
(default NULL
) Name of the first grouping variable.
character
(default NULL
) Name of the second grouping variable.
caracter
(default "x axis"
) Label to put on the x axis of the plot
caracter
(default "y axis"
) Label to put on the y axis of the plot
character
Return a pooled plot ("pooled"
) or a split plot (one for each study server
"split"
)
a list of DSConnection-class
(default NULL
) objects obtained after login
ggplot
object