powered by
Obsolete. Use igraph::graph_from_adj_list on the graph edges element.
sg2igraph(g, x, ...)
sg object
possibly the location pattern
not used
Not implemented. You can use the 'graph_from_adj_list'-function in 'igraph'-package on the edges-element of the graph.
if (FALSE) { ix <- igraph::graph_from_adj_list(x$edges) }
Run the code above in your browser using DataLab