interactionGraph {integr} | R Documentation |
Creates Interaction graph
Description
Creates Interaction graph
Usage
interactionGraph(df, classAtt, intNo = 16, speedUp = FALSE)
Arguments
df |
A |
classAtt |
A class column of the df ( |
intNo |
A desired number of interactions to show, i.e. an
( |
speedUp |
A ( |
Value
An interaction graph object (string
)
Examples
interactionGraph(golf, "Play", intNo = 10)
interactionGraph(golf, "Play", intNo = 10, speedUp = FALSE)
interactionGraph(golf, "Play", intNo = 10, speedUp = TRUE)
[Package integr version 1.0.0 Index]