View source: R/makePPTList_biblio.R
collaboPlot | R Documentation |
Create keyword collaboration network
collaboPlot(M, fields = "Authors", n = 50, seed = 1234, ...)
M |
is a bibliographic data frame obtained by the converting function convert2df. |
fields |
character One of c("Authors","Institutions","Countries") |
n |
The number of items to select. |
seed |
numeric random seed |
... |
Further arguments to be passed to networkPlot |
## Not run: net=collaboPlot(M,"Authors",n=50,verbose=FALSE) net=collaboPlot(M,"Institutions",n=50,verbose=FALSE) net=collaboPlot(M,"Countries",n=30,verbose=FALSE) plot(net$graph) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.