rpys
computes a Reference Publication Year Spectroscopy for detecting
the Historical Roots of Research Fields.
The method was introduced by Marx et al., 2014.
rpys(M, sep = ";", timespan = NULL, graph = T)
is a data frame obtained by the converting function
convert2df
. It is a data matrix with cases corresponding to
articles and variables to Field Tag in the original ISI or SCOPUS file.
is the cited-references separator character. This character separates cited-references in the CR
column of the data frame. The default is sep = ";"
.
is a numeric vector c(min year,max year). The default value is NULL (the entire timespan is considered).
is a logical. If TRUE the function plot the spectroscopy otherwise the plot is created but not drawn down.
a list containing the spectroscopy (class ggplot2) and two dataframes with the number of citations per year and the list of the cited references for each year, respectively.
Reference: Marx, W., Bornmann, L., Barth, A., & Leydesdorff, L. (2014). Detecting the historical roots of research fields by reference publication year spectroscopy (RPYS). Journal of the Association for Information Science and Technology, 65(4), 751-764.
convert2df
to import and convert an ISI or SCOPUS
Export file in a data frame.
biblioAnalysis
to perform a bibliometric analysis.
biblioNetwork
to compute a bibliographic network.
# NOT RUN {
data(scientometrics)
res <- rpys(scientometrics, sep=";", graph = TRUE)
# }
Run the code above in your browser using DataLab