Entering edit mode
8.1 years ago
saamar.rajput
▴
80
I am drwaning graphs in igraph using the "layout_with_dh" layout, but everytime i generate the graph the orientation is changed. Is there a way to keep the same orientation of the graph as i would be looking at the graph for different timepoints so I want them to look the same.
Try setting the random number generator seed with
set.seed()
. For example: