The summary_year methods return summaries by year of a bibliometric database.
Usage
summary_year(object, ...)
# S3 method for class 'wos.db'
summary_year(object, filter, ...)
# S3 method for class 'summary.year.wos'
print(x, ...)
# S3 method for class 'summary.year.wos'
plot(
x,
which = 1:3,
boxplot = FALSE,
plot = TRUE,
ask = plot && length(which) > 1 && interactive(),
...
)
# S3 method for class 'wos.jcr'
summary_year(object, filter, all = FALSE, ...)
# S3 method for class 'summary.year.jcr'
print(x, digits = 3, all = TRUE, ...)
# S3 method for class 'summary.year.jcr'
plot(x, plot = TRUE, all = FALSE, ask = plot && interactive(), ...)Arguments
- object
an object for which a summary is desired.
- ...
further arguments passed to or from other methods.
- filter
vector of document identifiers (optional, usually a result of get.idDocs).
- x
an object used to select a method.
- which
if a subset of the plots is required, specify a subset of the numbers
1:3.- boxplot
logical; if
TRUE, boxplots are drawn (for plots from 2 to 3).- plot
logical; if
TRUE(default), the plots are drawn, otherwise only the list of ggplot2 objects is (invisibly) returned.- ask
logical; if
TRUE, the user is asked before each plot, seepar(ask=.).- all
logical; if
TRUE, the corresponding wos.db method is called (additional parameters...are passed to it), otherwise only results of JCR metrics are returned.