Skip to content

Commit

Permalink
doc: further improved cluster_edge_betweenness() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed May 8, 2024
1 parent b0b1878 commit 3cbd277
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
5 changes: 3 additions & 2 deletions R/community.R
Original file line number Diff line number Diff line change
Expand Up @@ -1580,8 +1580,9 @@ cluster_walktrap <- function(graph, weights = NULL, steps = 4,
#'
#' `cluster_edge_betweenness()` returns various information collected
#' through the run of the algorithm. Specifically, `removed.edges` contains
#' the edges IDs in order of the edges' removal, and `edge.betweenness` contains
#' the betweenness of each of these at the time of their removal.
#' the edge IDs in order of the edges' removal; `edge.betweenness` contains
#' the betweenness of each of these at the time of their removal; and
#' `bridges` contains the IDs of edges whose removal caused a split.
#'
#' @param graph The graph to analyze.
#' @param weights The weights of the edges. It must be a positive numeric vector,
Expand Down
34 changes: 16 additions & 18 deletions man/cluster_edge_betweenness.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cbd277

Please sign in to comment.