plot_authors_count: Function to plot authors count timeseries

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Diderot.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
9
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)

Diderot documentation built on April 19, 2020, 4:16 p.m.