- data
The data frame.
- group
The group by which to plot the variable.
- response
The dependent variable to be plotted.
- method
Method to identify outliers, either (e.g., 3)
median absolute deviations ("mad", default) or standard deviations ("sd").
- criteria
How many MADs (or standard deviations) to use as
threshold (default is 3).
- colours
Desired colours for the plot, if desired.
- xlabels
The individual group labels on the x-axis.
- ytitle
An optional y-axis label, if desired.
- xtitle
An optional x-axis label, if desired.
- has.ylabels
Logical, whether the x-axis should have labels or not.
- has.xlabels
Logical, whether the y-axis should have labels or not.
- ymin
The minimum score on the y-axis scale.
- ymax
The maximum score on the y-axis scale.
- yby
How much to increase on each "tick" on the y-axis scale.
- ...
Other arguments passed to ggplot2::geom_dotplot.