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
3 changes: 2 additions & 1 deletion R/flow.R
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ min_cut <- function(
#' perform these checks, as they can be done quickly compared to the
#' connectivity calculation itself. They were suggested by Peter McMahan,
#' thanks Peter.
#' @param ... Ignored.
#' @param ... Additional arguments passed to methods. Not used by `vertex_connectivity()`
#' directly but may be used by other methods that implement `cohesion()`.
#' @return A scalar real value.
#' @author Gabor Csardi \email{csardi.gabor@@gmail.com}
#' @references White, Douglas R and Frank Harary 2001. The Cohesiveness of
Expand Down
3 changes: 2 additions & 1 deletion man/vertex_connectivity.Rd

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

Loading