File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ devtools::install_github("benyamindsmith/ig.degree.betweenness")
37
37
38
38
## Sample Usage
39
39
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() ` .
41
41
42
42
An example of using the code is:
43
43
@@ -51,7 +51,7 @@ sp <- cluster_degree_betweenness(karate)
51
51
plot(
52
52
sp ,
53
53
karate ,
54
- main = " Smith-Pittman Clustering "
54
+ main = " Node degree+edge betweenness clustering "
55
55
)
56
56
```
57
57
@@ -79,7 +79,7 @@ ndb <- cluster_degree_betweenness(uk_faculty)
79
79
plot(
80
80
ndb ,
81
81
uk_faculty ,
82
- main = " Smith-Pittman Clustering for UK Faculty "
82
+ main = " Node degree+edge betweenness clustering for UK faculty "
83
83
)
84
84
```
85
85
You can’t perform that action at this time.
0 commit comments