View source: R/makePPTList_biblio.R
cocPlot | R Documentation |
Create keyword co-occurrences network
cocPlot(M, fields = "ID", n = 50, seed = 1234, ...)
M |
is a bibliographic data frame obtained by the converting function convert2df. |
fields |
character One of c("ID","DE","TI","AB") |
n |
The number of items to select. |
seed |
numeric random seed |
... |
Further arguments to be passed to networkPlot |
## Not run: net=cocPlot(M,"ID",n=50,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.