Currently, I touched something about SNA and encountered the problem of how to use R to analyze the kcore network from file.
The format of csv file is like below:
//File
PointStart,PointEnd
jay,yrt
hiqrr,huame
Sam,joysunn
timka,tomdva
......,.....
I have import this file into R but I do not know next step to handle it.
Thanks for your help geeks.