cocPlot: Create keyword co-occurrences network

View source: R/makePPTList_biblio.R

cocPlotR Documentation

Create keyword co-occurrences network

Description

Create keyword co-occurrences network

Usage

cocPlot(M, fields = "ID", n = 50, seed = 1234, ...)

Arguments

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

Examples

## Not run: 
net=cocPlot(M,"ID",n=50,verbose=FALSE)
plot(net$graph)

## End(Not run)

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