Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update centrality.R #1418

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Update centrality.R #1418

merged 3 commits into from
Jul 2, 2024

Conversation

reuning
Copy link
Contributor

@reuning reuning commented Jun 26, 2024

Fix #1277

This is a change to the documentation for power_centrality() to provide information for how it operates on a directed network. See #1277 for more information.

I thought about noting that Bonach (1987) provides an example on page 1175-1176 but that seemed like overkill.

Copy link
Contributor

aviator-app bot commented Jun 26, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@szhorvat szhorvat added this to the 2.0.4 milestone Jun 27, 2024
@krlmlr krlmlr requested a review from maelle July 2, 2024 07:21
R/centrality.R Outdated
#' fixed when I get a better algorithm. `power_centrality()` will not symmetrize your
#' data before extracting eigenvectors; don't send this routine asymmetric
#' matrices unless you really mean to do so.
#' fixed when I get a better algorithm.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who's I?

@maelle
Copy link
Contributor

maelle commented Jul 2, 2024

@reuning thanks for your PR! I modified your first comment to add Fix #1277 which links the issue to this PR, meaning that when the PR is merged, the issue will be automatically closed. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword for more information.

reuning and others added 3 commits July 2, 2024 10:24
@aviator-app aviator-app bot merged commit 4df9e02 into igraph:main Jul 2, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation for power_centrality
3 participants