plot_publication_curve: Function to plot publication 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 publications.

Usage

1

Arguments

gr

Citation graph

labels

Labels (i.e. names) of the two corpora featured in the graph.

k

Text font size (multiplier of cex values)

Value

Returns a dataframe containing year and annual publication count for each corpus and both together.

Author(s)

Christian Vincenot (christian@vincenot.biz)

See Also

compute_citation_ranking

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
labels<-c("Corpus1","Corpus2")

# Build a bibliographical dataset from Scopus exports
db<-create_bibliography(corpora_files=c(tempfi1,tempfi2), 
                        labels=labels, keywords=NA)


# Build graph
gr<-build_graph(db=db,small.year.mismatch=TRUE, attrs=c("Corpus","Year","Authors"), nb.cores=1)

# Publication curve
plot_publication_curve(gr,labels)

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