Use the `pos` argument in Rgraphviz to fix node position
问题 Based on this question Automatically curving an arc when it is overlapping with another one, I am trying to set the pos attribute in a RGraphviz plot. Can someone show how to correctly use the pos attribute or suggest a more robust workaround. thanks. Example To be consistent with the above linked question, the following example starts from a bnlearn graph with nodes in a grid layout. library(bnlearn) library(Rgraphviz) library(igraph) # Create graph adj <- matrix(0L, ncol = 9, nrow = 9,