Top-Authors' Productivity over the Time
It calculates and plots the author production (in terms of number of publications) over the time.
authorProdOverTime(M, k = 10, graph = TRUE)
M |
is a bibliographic data frame obtained by |
k |
is a integer. It is the number of top authors to analyze and plot. Default is |
graph |
is logical. If TRUE the function plots the author production over time graph. Default is |
The function authorProdOverTime
returns a list containing two objects:
dfAU |
is a data frame | |
dfpapersAU
|
is a data frame | |
graph |
a ggplot object |
biblioAnalysis
function for bibliometric analysis
summary
method for class 'bibliometrix
'
data(scientometrics, package = "bibliometrixData") res <- authorProdOverTime(scientometrics, k=10) print(res$dfAU) plot(res$graph)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.