three way interaction plot from raw data

threewayinteraction(
  indf,
  xvar,
  yvar,
  colorvar,
  anat,
  anatshow,
  ggpalette = "jco",
  showpoints = FALSE
)

Arguments

indf

dataframe with relevant variables

xvar

variable for x-axis of plots

yvar

variable for y-axis of plots

colorvar

variable by which to color plots

anat

continuous variable by which to split plots

anatshow

optional character name for continuous variable to show on plots - can be up to vector length 3 - one for each panel of the plot

ggpalette

optional palette

showpoints

boolean

Value

the plot

Author

Avants BB

Examples

# FIXME