dai.boxplot.RdBoxplot
dai.boxplot( dataset, variable_name, group_variable_name = NULL, transpose = FALSE, render = TRUE, progress = getOption("dai.progress", TRUE) )
| dataset |
|
|---|---|
| variable_name | Name of the variable. |
| group_variable_name | The name of the grouping variable. |
| transpose | Whether to transpose the plot. |
| render | Whether to directly render the plot or not |
| progress | Whether to display a progress bar. |
JSON of the plot in Vega format if render=FALSE.