layout_on_circles: special igraph layout for the dependence structure visualization
Description
It places the variable nodes on an outer circle and the dependency nodes on an inner circle
Usage
layout_on_circles(g, n = sum(is.na(igraph::V(g)$level)))
Arguments
g
graph
n
number of vertices on outer circle
Details
This is the standard layout for the full dependence structure, since in this case there often too many nodes which make the other (usual) layout incomprehensible.