Description Usage Arguments Value See Also Examples
View source: R/plot.bibliometrix.R
plot
method for class 'bibliometrix
'
1 2 |
x |
is the object for which plots are desired. |
... |
can accept two arguments: |
The function plot
returns a list of plots of class ggplot2
.
The bibliometric analysis function biblioAnalysis
.
summary
to compute a list of summary statistics of the object of class bibliometrix
.
1 2 3 4 5 | data(scientometrics, package = "bibliometrixData")
results <- biblioAnalysis(scientometrics)
plot(results, k = 10, pause = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.