Learn R Programming

bibliometrix (version 1.8)

localCitations: Author local citations

Description

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.

biblioAnalysis function for bibliometric analysis.

summary to obtain a summary of the results.

plot to draw some useful plots of the results.

Examples

Run this code
# NOT RUN {
 
data(scientometrics)

results <- biblioAnalysis(scientometrics)

CR <- localCitations(scientometrics, results, sep = ";")

CR[1:10]

# }

Run the code above in your browser using DataLab