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