ds.boxPlotGG_numeric.Rd
Draw boxplot with information from a numeric vector
ds.boxPlotGG_numeric(
x,
xlabel = "x axis",
ylabel = "y axis",
type = "pooled",
datasources = NULL
)
character
Name of the numeric vector on the server side that holds the information to be plotted
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