Skip to content

Commit 2e1bc8e

Browse files
committed
require(igraph) problem in man?
1 parent ab8d792 commit 2e1bc8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

man/decode_communities.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ gcd <- detect_communities(graph = jg$graph,
7676
# We "decompose" the communities in the gcd object using decode_community
7777
# based on the attributes of the edges (edge_filter) and nodes (node_filter).
7878
# We can pick from these edge attributes and create filters:
79+
library(igraph)
7980
edge_attr_names(graph = gcd$graph)
8081

8182
# For instance, the following edge-filter will instruct ClustIRR to keep

0 commit comments

Comments
 (0)