diff --git a/R/node.R b/R/node.R index 446882b..082bed6 100644 --- a/R/node.R +++ b/R/node.R @@ -180,6 +180,8 @@ node_is_connected <- function(nodes, mode = 'all', any = FALSE) { #' of coreness measure to calculate. In `node_efficiency()` it defines how the #' local neighborhood is created #' @param weights The weights to use for each node during calculation +#' @param directed Should the graph be treated as a directed graph if it is in +#' fact directed #' #' @return A numeric vector of the same length as the number of nodes in the #' graph. diff --git a/man/node_measures.Rd b/man/node_measures.Rd index d765e4d..8b0dbac 100644 --- a/man/node_measures.Rd +++ b/man/node_measures.Rd @@ -40,6 +40,9 @@ of coreness measure to calculate. In \code{node_efficiency()} it defines how the local neighborhood is created} \item{weights}{The weights to use for each node during calculation} + +\item{directed}{Should the graph be treated as a directed graph if it is in +fact directed} } \value{ A numeric vector of the same length as the number of nodes in the