Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 3, 2024
1 parent 9d053e1 commit 0e79c69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/centrality.R
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ eigen_defaults <- function() {
#' @param graph Graph to be analyzed.
#' @param directed Logical scalar, whether to consider direction of the edges
#' in directed graphs. It is ignored for undirected graphs.
#' @param scale `lifecycle::badge("deprecated")` Normalization will always take
#' @param scale `r lifecycle::badge("deprecated")` Normalization will always take
#' place.
#' @param weights A numerical vector or `NULL`. This argument can be used
#' to give edge weights for calculating the weighted eigenvector centrality of
Expand Down
2 changes: 1 addition & 1 deletion man/eigen_centrality.Rd

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

2 changes: 1 addition & 1 deletion man/evcent.Rd

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

0 comments on commit 0e79c69

Please sign in to comment.