collaboPlot: Create keyword collaboration network

View source: R/makePPTList_biblio.R

collaboPlotR Documentation

Create keyword collaboration network

Description

Create keyword collaboration network

Usage

collaboPlot(M, fields = "Authors", n = 50, seed = 1234, ...)

Arguments

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

Examples

## 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)

cardiomoon/webr3 documentation built on Oct. 9, 2022, 1:52 p.m.