MPCplot: Make mpost productive countries plot

View source: R/MPCplot.R

MPCplotR Documentation

Make mpost productive countries plot

Description

Make mpost productive countries plot

Usage

MPCplot(
  sumResult,
  n = 20,
  min = 2,
  legend.position = "bottom",
  title = "Most Productive Countries"
)

Arguments

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

Value

A ggplot

Examples

data(scientometrics, package = "bibliometrixData")
results<-biblioAnalysis(scientometrics)
sumResult<-summary(results,k=20)
MPCplot(sumResult,n=10)
MPCplot(sumResult)
MPCplot(sumResult,n=30,min=10)

cardiomoon/webr3 documentation built on Oct. 9, 2022, 1:52 p.m.