Create edgelist matrices from 'graph6', 'sparse6', or 'digraph6' symbols
Create edgelist matrices from 'graph6', 'sparse6', or 'digraph6' symbols
edgelist_from_text(object,...)
Arguments
object: character vector of 'graph6', 'sparse6', or 'digraph6' symbols
...: other arguments, currently ignored
Returns
A list of edgelist matrices.
Details
If object contains 'graph6' or 'digraph6' symbols, which are in fact encoded adjacency matrices, the function will return corresponding edgelist matrices creating temporary igraph objects internally.