rpys | R Documentation |
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)
M |
is a data frame obtained by the converting function
|
sep |
is the cited-references separator character. This character separates cited-references in the CR
column of the data frame. The default is |
timespan |
is a numeric vector c(min year,max year). The default value is NULL (the entire timespan is considered). |
graph |
is a logical. If TRUE the function plot the spectroscopy otherwise the plot is created but not drawn down. |
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.
a list containing the spectroscopy (class ggplot2) and three dataframes with the number of citations per year, the list of the cited references for each year, and the reference list with citations recorded year by year, respectively.
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.
data(scientometrics, package = "bibliometrixData")
res <- rpys(scientometrics, sep=";", graph = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.