Skip to content

Commit 3650419

Browse files
committed
bugfix
1 parent 9bde1da commit 3650419

File tree

2 files changed

+2
-119
lines changed

2 files changed

+2
-119
lines changed

man/decode_all_communities.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\title{Decode all graph communities}
44
\description{
55
Given a graph based on which we have detected communities (with the function
6-
\code{detect_communities}), this function applies \code{decode_communities}
6+
\code{detect_community}), this function applies \code{decode_communities}
77
to \bold{all} communities in the graph.
88

99
Each community is partitioned according to user-defined filters on edges
@@ -27,7 +27,7 @@ decode_all_communities(graph, edge_filter, node_filter)
2727
}
2828
\arguments{
2929
\item{graph}{\code{igraph} object that has been analyzed by graph-based
30-
community detection methods as implemented in \code{detect_communities}.
30+
community detection methods as implemented in \code{detect_community}.
3131
Must have a vertex attribute named \code{community}.}
3232
\item{edge_filter}{data.frame with edge filters. The data.frame has three
3333
columns:}

man/decode_communities.Rd

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)