Learn R Programming

bibliometrix (version 0.1)

summary.bibliometrix: Summarizing bibliometric analysis results

Description

summary method for class 'bibliometrix'

Usage

## S3 method for class 'bibliometrix':
summary(object, ...)

Arguments

object
is the object for which a summary is desired.
...
can accept two arguments: k integer, used for table formatting (number of rows). Default value is 10. pause locical, used to allow pause in screen scrolling of results. Default value is pause = TRUE.

Value

  • The function summary computes and returns a list of summary statistics of the object of class bibliometrics. the list contains the following objects: lll{ AnnualProduction Annual Scientific Production MostProdAuthors Most Productive Authors MostProdCountries Most Productive Countries TCperCountries Total Citation per Countries MostRelSources Most Relevant Sources MostRelKeywords Most Relevant Keywords}

See Also

biblioAnalysis function for bibliometric analysis plot to draw some useful plots of the results.

Examples

Run this code
data(scientometrics)

results <- biblioAnalysis(scientometrics)

summary(results)

Run the code above in your browser using DataLab