View source: R/ds.boxPlotGG_data_Treatment_numeric.R
ds.boxPlotGG_data_Treatment_numeric | R Documentation |
Internal function
ds.boxPlotGG_data_Treatment_numeric(vector, datasources = NULL)
vector |
|
datasources |
a list of |
Does not return nothing, it creates the table "boxPlotRawDataNumeric"
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 name of the vector (vector argument)
Column 'value': Values for that variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.