MPCplot | R Documentation |
Make mpost productive countries plot
MPCplot( sumResult, n = 20, min = 2, legend.position = "bottom", title = "Most Productive Countries" )
sumResult |
A list as a result of summary of biblioAnalysis() |
n |
integer Number of conuntries to plot |
min |
minimum number of publication to label |
legend.position |
character specifying legend position |
title |
character title of plot |
A ggplot
data(scientometrics, package = "bibliometrixData") results<-biblioAnalysis(scientometrics) sumResult<-summary(results,k=20) MPCplot(sumResult,n=10) MPCplot(sumResult) MPCplot(sumResult,n=30,min=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.