add_edge_zindex {sgraph} | R Documentation |
Modify the edge zIndex
add_edge_zindex(sigma_obj, zindex)
sigma_obj |
sgraph object |
zindex |
Zindex value, larger is drawn above. |
sgraph
library(igraph)
library(sgraph)
data(lesMis)
sig <- sigma_from_igraph(igraph = lesMis) %>%
add_edge_zindex(zindex = 2)
sig