cocicPlot: Create Co-citation Network

View source: R/makePPTList_biblio.R

cocicPlotR Documentation

Create Co-citation Network

Description

Create Co-citation Network

Usage

cocicPlot(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","Papers","Sources")

n

The number of items to select.

seed

numeric random seed

...

Further arguments to be passed to networkPlot

Examples

## Not run: 
net=cocicPlot(M,"Authors",n=50,verbose=FALSE)
net=cocicPlot(M,"Papers",n=50,verbose=FALSE)
net=cocicPlot(M,"Sources",n=30,verbose=FALSE)
plot(net$graph)

## End(Not run)

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