Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions R/community.R
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,13 @@ print.communities <- function(x, ...) {
#' is `TRUE` and the membership vector is available, then it the
#' modularity values is calculated automatically.
#' @return A `communities` object.
#'
#'
#' \describe{
#' \item{membership}{A numeric vector giving the community id for each
#' vertex.}
#' \item{modularity}{The modularity score of the partition.}
#' \item{algorithm}{If known, the algorithm used to obtain the communities.}
#'. \item{vcount}{Number of vertices in the graph.}
#' }
Comment thread
krlmlr marked this conversation as resolved.
#' @family community
#' @export
make_clusters <- function(graph, membership = NULL, algorithm = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/topology.R
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ graph.isoclass <- isoclass_impl
#' @return An igraph object, the graph of the given size, directedness
#' and isomorphism class.
#'
#'
#' @family graph isomorphism
#' @export
#' @cdocs igraph_isoclass_create
Expand Down
7 changes: 7 additions & 0 deletions man/make_clusters.Rd

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