AdjacencyFromObject {sharp} | R Documentation |
Adjacency matrix from object
Description
Returns the adjacency matrix from an
igraph
object or from the output of
simulation or inference functions from the present package.
Usage
AdjacencyFromObject(object)
Arguments
object |
input object. |
Value
A vector without missing values or NULL.
[Package sharp version 1.4.7 Index]