
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.
is a integer. It is the number of top auhtors to analize and plot. Default is k = 10
.
is logical. If TRUE the function plots the author production over time graph. Default is graph = TRE
.
The function authorProdOverTime
returns a list containing two objects:
dfAU |
is a data frame | |
dfpapersAU |
is a data frame |
biblioAnalysis
function for bibliometric analysis
summary
method for class 'bibliometrix
'
# NOT RUN {
data(scientometrics)
res <- authorProdOverTime(scientometrics, k=10)
print(res$dfAU)
plot(res$graph)
# }
Run the code above in your browser using DataLab