Skip to content

Commit

Permalink
changed function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Nov 11, 2024
1 parent 57d043e commit 406fd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/GraphClasses.R
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,15 @@ DirectedGraph <- R6::R6Class(

# Hub Score
, hubScore = function(self){
igraph::hub_score(
igraph::hits_scores$hub(
graph = self$igraph
, scale = TRUE
)$vector
}

# Authority Score
, authorityScore = function(self){
igraph::authority_score(
igraph::hits_score$authority(
graph = self$igraph
, scale = TRUE
)$vector
Expand Down

0 comments on commit 406fd34

Please sign in to comment.