Produces a network graph using of the detected implicative dilemmas using the
igraph
package.
# S3 method for indexDilemma
plot(
x,
layout = "rows",
both.poles = TRUE,
node.size = 50,
node.text.cex = 1,
node.label.color = "black",
node.color.discrepant = "darkolivegreen3",
node.color.congruent = "lightcoral",
edge.label.color = grey(0.4),
edge.label.cex = 1,
edge.digits = 2,
edge.arrow.size = 0.5,
edge.color = grey(0.6),
edge.lty = 2,
...
)
Object returned by indexDilemma
.
Name of layout. One of rows
, circle
, star
, or nicely
or a
igraph
layout function.
Show both construct poles? (default TRUE
). If FALSE
only the poles corresponding to the implied undesired changes are shown.
Size of nodes (default 50
).
Text size of construct labels.
Color of construct labels.
Color of discrepant and congruent constructs nodes.
Color and size of correlation labels.
Color and Size of arrow.
Linetype of arrow.
Number of digits for correlations.