It calculates local citations (LCS) of authors and documents of a bibliographic collection.
Usage
localCitations(M, 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.
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 "list" containing author local citations and docuemnt local citations.
Details
Local citations measure how many times an author (or a document) included in this collection have been cited by the documents also included in the collection.
See Also
citations function for citation frequency distribution.