View source: R/summary.bibliometrix.R
summary.bibliometrix | R Documentation |
summary
method for class 'bibliometrix
'
## S3 method for class 'bibliometrix'
summary(object, ...)
object |
is the object for which a summary is desired. |
... |
can accept two arguments: |
The function summary
computes and returns a list of summary statistics of the object of class bibliometrics
.
the list contains the following objects:
MainInformation | Main Information about Data | |
AnnualProduction | Annual Scientific Production | |
AnnualGrowthRate | Annual Percentage Growth Rate | |
MostProdAuthors | Most Productive Authors | |
MostCitedPapers | Top manuscripts per number of citations | |
MostProdCountries | Corresponding Author's Countries | |
TCperCountries | Total Citation per Countries | |
MostRelSources | Most Relevant Sources | |
MostRelKeywords | Most Relevant Keywords |
biblioAnalysis
function for bibliometric analysis
plot
to draw some useful plots of the results.
data(scientometrics, package = "bibliometrixData")
results <- biblioAnalysis(scientometrics)
summary(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.