It calculates frequency distribution of cited local authors.
Usage
localCitations(M, results, sep = ";")
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 Thomson Reuters' ISI Web of Knowledge file.
results
is an object of class "bibliometrix". The default is field = "article".
sep
is the field separator character. This character separates citations in each string of CR column of the bibiographic data frame. The default is sep = ";".
Value
an object of class "table".
Details
Local citations measure how many times an author included in this collection have been cited by other authors also in the collection.
See Also
citations function for citation frequency distribution.