Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.bibliometrix

Plotting bibliometric analysis results


Description

plot method for class 'bibliometrix'

Usage

## S3 method for class 'bibliometrix'
plot(x, ...)

Arguments

x

is the object for which plots are desired.

...

can accept two arguments:
k is an integer, used for plot formatting (number of objects). Default value is 10.
pause is a logical, used to allow pause in screen scrolling of results. Default value is pause = FALSE.

Value

The function plot returns a list of plots of class ggplot2.

See Also

The bibliometric analysis function biblioAnalysis.

summary to compute a list of summary statistics of the object of class bibliometrix.

Examples

data(scientometrics, package = "bibliometrixData")

results <- biblioAnalysis(scientometrics)

plot(results, k = 10, pause = FALSE)

bibliometrix

Comprehensive Science Mapping Analysis

v3.1.1
GPL-3
Authors
Massimo Aria [cre, aut], Corrado Cuccurullo [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.