plot_authors_count {Diderot} | R Documentation |
This function plots and returns the annual number of new authors and cumulative number of authors in the bibliographic database.
plot_authors_count(db)
db |
Bibliographic database created with created_bibliography. |
Returns a dataframe containing year, annual number of new authors (i.e. not seen before), and cumulative number of authors.
Christian Vincenot (christian@vincenot.biz)
labels<-c("Corpus1","Corpus2")
# Build a bibliographical dataset from Scopus exports
db<-create_bibliography(corpora_files=c(tempfi1,tempfi2),
labels=labels, keywords=NA)
# Plot authors count
## Not run: plot_authors_count(db)