summary
methods for wos.db
-class...
# S3 method for wos.db
summary(object, filter, TC.index = c("H", "G"), nmax = 10, ...)
# S3 method for summary.wos.db
print(x, ...)
TC.authors(db, idAuthors)
# S3 method for summary.wos.db
plot(
x,
which = 1:5,
pie = FALSE,
others = !pie,
accuracy = 0.1,
ask = length(which) > 1 && dev.interactive(),
...
)
an object for which a summary is desired.
vector of document identifiers (usually a result of get.idDocs
).
citation indexes.
number of top levels.
further arguments passed to or from other methods.
an object used to select a method.
Object of class
wos.db
, as returned by CreateDB.wos
.
optional; author identifiers
if a subset of the plots is required,
specify a subset of the numbers 1:5
.
logical; if TRUE
, pie charts are drawn.
logical; if FALSE
, only nmax
top levels categories are shown.
numerical scalar; see label_number(accuracy=.)
.
logical; if TRUE
, the user is asked before each plot,
see par(ask=.)
.