Methods for converting node_vec, agg_vec, agg_df, and edge_vec
objects to igraph::igraph() objects using igraph::graph_from_edgelist().
Usage
# S3 method for class 'agg_vec'
as.igraph(x, ...)
# S3 method for class 'agg_df'
as.igraph(x, ...)
# S3 method for class 'node_vec'
as.igraph(x, ...)
# S3 method for class 'edge_vec'
as.igraph(x, ...)Value
An igraph::igraph() object.