Skip to content

Commit da475a2

Browse files
committed
edit README.md to node degree+edge betweenness
1 parent 5ed002e commit da475a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ devtools::install_github("benyamindsmith/ig.degree.betweenness")
3737

3838
## Sample Usage
3939

40-
Applying the Smith-Pittman algorithm can be done by making use of the `cluster_degree_betweenness()`.
40+
Applying the **node degree+edge betweenness** algorithm can be done by making use of the `cluster_degree_betweenness()`.
4141

4242
An example of using the code is:
4343

@@ -51,7 +51,7 @@ sp <- cluster_degree_betweenness(karate)
5151
plot(
5252
sp,
5353
karate,
54-
main= "Smith-Pittman Clustering"
54+
main= "Node degree+edge betweenness clustering"
5555
)
5656
```
5757

@@ -79,7 +79,7 @@ ndb <- cluster_degree_betweenness(uk_faculty)
7979
plot(
8080
ndb,
8181
uk_faculty,
82-
main= "Smith-Pittman Clustering for UK Faculty"
82+
main= "Node degree+edge betweenness clustering for UK faculty"
8383
)
8484
```
8585

0 commit comments

Comments
 (0)