-
Notifications
You must be signed in to change notification settings - Fork 6
Use of deprecated/undocumented igraph functions #16
Copy link
Copy link
Open
Description
There are a few uses of undocumented/deprecated igraph functions in this package. These may be removed in the future.
graph.adjacency() is replaced by graph_from_adjacency_matrix()
Line 46 in 5b9833b
| importFrom(igraph,graph.adjacency) |
Line 22 in 5b9833b
| #' @importFrom igraph graph.adjacency |
clusters is replaced by components and graph is replaced by make_graph
Line 2914 in 5b9833b
| cl = igraph::clusters(igraph::graph(ed), 'weak')$membership |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels