powered by
Modify the edge zIndex
add_edge_zindex(sigma_obj, zindex)
sgraph
sgraph object
Zindex value, larger is drawn above.
library(igraph) library(sgraph) data(lesMis) sig <- sigma_from_igraph(igraph = lesMis) %>% add_edge_zindex(zindex = 2) sig
Run the code above in your browser using DataLab