The coin object, or a data frame of indicator data
dset
The name of the data set to apply the function to, which should be accessible in .$Data.
iCodes
Indicator code(s) to plot. See details.
...
Further arguments passed to get_data() (other than coin, dset and iCodes).
type
The type of plot. Currently supported "Box", "Dot", "Violin", "Violindot", "Histogram".
normalise
Logical: if TRUE, normalises the data first, using global_specs. If FALSE (default),
data is not normalised.
global_specs
Specifications for normalising data if normalise = TRUE. This is passed to the
global_specs argument of Normalise().
Details
This function uses ggplot2 to generate plots, so the plot can be further manipulated using ggplot2 commands.
See vignette("visualisation) for more details on plotting.
This function replaces the now-defunct plotIndDist() from COINr < v1.0.