powered by
Modify the edge size of a sgraph by providing a single size
add_edge_size(sigma_obj, one_size = NULL)
sgraph with modified edge sizes
sgraph object
A single size to use for all edges
library(igraph) library(sgraph) data(lesMis) sig <- sigma_from_igraph(igraph = lesMis) %>% add_edge_size(one_size = 5) sig
Run the code above in your browser using DataLab