powered by
It calculates and plots the author production (in terms of number of publications) over the time.
authorProdOverTime(M, k = 10, graph = TRUE)
is a bibliographic data frame obtained by convert2df function.
convert2df
is a integer. It is the number of top authors to analyze and plot. Default is k = 10.
k = 10
is logical. If TRUE the function plots the author production over time graph. Default is graph = TRUE.
graph = TRUE
The function authorProdOverTime returns a list containing two objects:
authorProdOverTime
dfAU
dfpapersAU
biblioAnalysis function for bibliometric analysis
biblioAnalysis
summary method for class 'bibliometrix'
summary
bibliometrix
# NOT RUN { data(scientometrics, package = "bibliometrixData") res <- authorProdOverTime(scientometrics, k=10) print(res$dfAU) plot(res$graph) # }
Run the code above in your browser using DataLab