summary.wos.db | R Documentation |
summary
methods for wos.db
-class...
## S3 method for class 'wos.db'
summary(object, filter, TC.index = c("H", "G"), nmax = 10, ...)
## S3 method for class 'summary.wos.db'
print(x, ...)
TC.authors(db, idAuthors)
## S3 method for class 'summary.wos.db'
plot(
x,
which = 1:5,
pie = FALSE,
others = !pie,
accuracy = 0.1,
ask = length(which) > 1 && dev.interactive(),
...
)
object |
an object for which a summary is desired. |
filter |
vector of document identifiers (usually a result of |
TC.index |
citation indexes. |
nmax |
number of top levels. |
... |
further arguments passed to or from other methods. |
x |
an object used to select a method. |
db |
Object of |
idAuthors |
optional; author identifiers |
which |
if a subset of the plots is required,
specify a subset of the numbers |
pie |
logical; if |
others |
logical; if |
accuracy |
numerical scalar; see |
ask |
logical; if |
CreateDB.wos
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.