get.adjacency {igraph} | R Documentation |
Convert a graph to an adjacency matrix
Description
get.adjacency()
was renamed to as_adjacency_matrix()
to create a more
consistent API.
Usage
get.adjacency(
graph,
type = c("both", "upper", "lower"),
attr = NULL,
edges = FALSE,
names = TRUE,
sparse = igraph_opt("sparsematrices")
)
Arguments
[Package igraph version 2.0.3 Index]