Learn R Programming

Diderot (version 0.13)

plot_authors_count: Function to plot authors count timeseries

Description

This function plots and returns the annual number of new authors and cumulative number of authors in the bibliographic database.

Usage

plot_authors_count(db)

Arguments

db

Bibliographic database created with created_bibliography.

Value

Returns a dataframe containing year, annual number of new authors (i.e. not seen before), and cumulative number of authors.

See Also

compute_citation_ranking

Examples

Run this code
# NOT RUN {
labels<-c("Corpus1","Corpus2")

# Build a bibliographical dataset from Scopus exports
db<-create_bibliography(corpora_files=c(tempfi1,tempfi2), 
                        labels=labels, keywords=NA)
# }
# NOT RUN {
# Plot authors count
# }
# NOT RUN {
plot_authors_count(db)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab