From ee49087d4a00948ad46b624a2a95d491bcca1941 Mon Sep 17 00:00:00 2001 From: schochastics Date: Wed, 16 Jul 2025 22:05:03 +0200 Subject: [PATCH] better docs --- R/flow.R | 3 ++- man/vertex_connectivity.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/flow.R b/R/flow.R index 0c72e19abcd..bdfd9d95021 100644 --- a/R/flow.R +++ b/R/flow.R @@ -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 diff --git a/man/vertex_connectivity.Rd b/man/vertex_connectivity.Rd index 1585b5a76f0..8fb9f1c1e7c 100644 --- a/man/vertex_connectivity.Rd +++ b/man/vertex_connectivity.Rd @@ -30,7 +30,8 @@ perform these checks, as they can be done quickly compared to the connectivity calculation itself. They were suggested by Peter McMahan, thanks Peter.} -\item{...}{Ignored.} +\item{...}{Additional arguments passed to methods. Not used by \code{vertex_connectivity()} +directly but may be used by other methods that implement \code{cohesion()}.} } \value{ A scalar real value.