Creates an interaction plot used in Explorer and ASMUS-tab in Subgroup Explorer
interaction_plot2(
df_data,
fac1,
fac2 = NULL,
fac3 = NULL,
response,
bg.col = "#6B6B6B",
bg.col2 = NULL,
font.col = "white",
y.min = "NA",
y.max = "NA",
box.col = "white",
sg_green = "#5cb85c",
sg_blue = "#3a6791",
plot_type = ""
)data frame with factorial context
name of factor level 1
name of factor level 2 (default: NULL)
name of factor level 3 (default: NULL)
target variable
background color
second background color
font color
y-axis mininum.
y-axis maximum.
box color.
hex code for color palette creation.
hex code for color palette creation.
linear ("") or logarithmic ("log") y-axis (default: "").