This function is the implemtation of the procedure outlined on https://toreopsahl.com/2009/05/01/projecting-two-mode-networks-onto-weighted-one-mode-networks/
projecting_tm(net, method = "sum")
A two-mode edgelist
The method-switch control the method used to calculate the weights. binary sets all weights to 1 sum sets the weights to the number of cooccurances Newman bases the weights on Newman's (2001) method of discounting for the size of collaborations.
Returns a one-mode network
Opsahl. T. 2009. Projecting two-mode networks onto weighted one-mode networks. Available at: https://toreopsahl.com/2009/05/01/projecting-two-mode-networks-onto-weighted-one-mode-networks/
# NOT RUN {
#please download and investigate tnet for examples!
# }
Run the code above in your browser using DataLab