plot
method for class 'bibliometrix
'
# S3 method for bibliometrix
plot(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
.
The function plot
returns a set of plots of the object of class bibliometrix
and a dataframe of citation analysis.
The bibliometric analysis function biblioAnalysis
.
summary
to compute a list of summary statistics of the object of class bibliometrix
.
# NOT RUN {
data(scientometrics)
results <- biblioAnalysis(scientometrics)
plot(results, k = 10, pause = FALSE)
# }
Run the code above in your browser using DataLab