powered by
igraph_to_network(in_graph)
graph_from_edgelist
graph_from_data_frame
graph_from_adjacency_matrix
read_graph
matrix
integer
hex_ring <- igraph::make_ring(6, directed = FALSE, mutual = FALSE, circular = TRUE) net <- igraph_to_network(hex_ring)
Run the code above in your browser using DataLab