plot_authors_count {Diderot}R Documentation

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.

Author(s)

Christian Vincenot (christian@vincenot.biz)

See Also

compute_citation_ranking

Examples



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)


[Package Diderot version 0.13 Index]