biblioNetwork creates different bibliographic networks from a bibliographic data frame.
biblioNetwork( M, analysis ="coupling", network ="authors", n =NULL, sep =";", short =FALSE, shortlabel =TRUE, remove.terms =NULL, synonyms =NULL)
Arguments
M: is a bibliographic data frame obtained by the converting function convert2df. It is a data matrix with cases corresponding to manuscripts and variables to Field Tag in the original SCOPUS and Clarivate Analytics WoS file.
analysis: is a character object. It indicates the type of analysis can be performed. analysis argument can be "collaboration", "coupling", "co-occurrences" or "co-citation". Default is analysis = "coupling".
network: is a character object. It indicates the network typology. The network argument can be "authors", "references", "sources", "countries","keywords", "author_keywords", "titles", or "abstracts". Default is network = "authors".
n: is an integer. It indicates the number of items to select. If N = NULL, all items are selected.
sep: is the field separator character. This character separates strings in each column of the data frame. The default is sep = ";".
short: is a logical. If TRUE all items with frequency<2 are deleted to reduce the matrix size.
shortlabel: is logical. IF TRUE, reference labels are stored in a short format. Default is shortlabel=TRUE.
remove.terms: is a character vector. It contains a list of additional terms to delete from the documents before term extraction. The default is remove.terms = NULL.
synonyms: is a character vector. Each element contains a list of synonyms, separated by ";", that will be merged into a single term (the first word contained in the vector element). The default is synonyms = NULL.
Returns
It is a squared network matrix. It is an object of class dgMatrix of the package Matrix.
Details
The function biblioNetwork can create a collection of bibliographic networks following the approach proposed by Batagelj & Cerinsek (2013) and Aria & cuccurullo (2017).