Last chance! 50% off unlimited learning
Sale ends in
## Load sample data
sampledata <- rbind(
c(1,2,1),
c(1,3,5),
c(2,1,1),
c(2,4,6),
c(3,1,5),
c(3,4,10),
c(4,2,6),
c(4,3,10))
## Run the programme
betweenness_w(sampledata)
Run the code above in your browser using DataLab