interaction_plot: Interaction Plot

View source: R/plots.R

interaction_plotR Documentation

Interaction Plot

Description

Interaction Plot

Usage

interaction_plot(x, ...)

Arguments

x

numeric matrix, a \times b data matrix where the number of row and column is corresponding to the number of factor levels.

...

plot parameters

Value

Plots an interaction plot for input.

Author(s)

Shenavari, Z.; Haghbin, H.; Kharrati-Kopaei, M.; Najibi, S.M.

Examples

## Not run: this is an example
data(CNV)
interaction_plot(CNV)

combinIT documentation built on Oct. 21, 2022, 9:05 a.m.