Skip to content

Commit

Permalink
Fix docs for node measures
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 30, 2023
1 parent 132046a commit 964884b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/node.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions man/node_measures.Rd

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

0 comments on commit 964884b

Please sign in to comment.