three way interaction plot from raw data
threewayinteraction(
indf,
xvar,
yvar,
colorvar,
anat,
anatshow,
ggpalette = "jco",
showpoints = FALSE
)
dataframe with relevant variables
variable for x-axis of plots
variable for y-axis of plots
variable by which to color plots
continuous variable by which to split plots
optional character name for continuous variable to show on plots - can be up to vector length 3 - one for each panel of the plot
optional palette
boolean
the plot
# FIXME