ds.boxPlot.Rd
Draw boxplot with data on the study servers (data frames or numeric vectors) with the option of grouping using categorical variables on the dataset (only for data frames)
ds.boxPlot(
x,
variables = NULL,
group = NULL,
group2 = NULL,
xlabel = "x axis",
ylabel = "y axis",
type = "pooled",
datasources = NULL
)
character
Name of the data frame (or numeric vector) 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