Home > other >  R language analysis the author collaboration network
R language analysis the author collaboration network

Time:10-07

When using r language analysis cooperation network to the following situation:

# # the author collaboration network map
NetMatrix & lt; - biblioNetwork (M, analysis="collaboration", the network="the authors", sep=";" )
Net & lt; - networkPlot (NetMatrix, n=20, type="kamada," Title="the authors' Collaboration", labelsize=0.2, remove the isolates=TRUE, size=FALSE)
error: vector ran out of memory (limit has been reached?)
An error occurred when winding: vector ran out of memory (limit has been reached?)



Excuse me each great god is going on? The last line net & lt; - networkPlot at the beginning of the code, though not an error but every time ran out, changed the format of the bib very not easy to run out again, this situation out of help solve, thank you!

CodePudding user response:

Thank you, can you tell me the R language can do cooperation?
  • Related