Skip to content

Commit

Permalink
Use Graphs in rich_club docs (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlColglazier committed Aug 19, 2022
1 parent d732184 commit 33d07d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/community/rich_club.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Return the non-normalised [rich-club coefficient](https://en.wikipedia.org/wiki/
with degree cut-off `k`.
```jldoctest
julia> using LightGraphs
julia> using Graphs
julia> g = star_graph(5)
julia> rich_club(g, 1)
0.4
Expand Down

0 comments on commit 33d07d1

Please sign in to comment.