threeFieldsRiverPlot: Draw three fields river plot

View source: R/threeFieldsRiverPlot.R

threeFieldsRiverPlotR Documentation

Draw three fields river plot

Description

Draw three fields river plot

Usage

threeFieldsRiverPlot(res, nodewidth = 3, textcex = 0.7, ...)

Arguments

res

result of bibliometrix::threeFieldsPlot

nodewidth

numeric The width of node

textcex

numeric size of node label

...

further arguments to be passed to riverplot

Examples

library(bibliometrix)
library(riverplot)
data(scientometrics, package = "bibliometrixData")
res=threeFieldsPlot(scientometrics, fields=c("DE","AU","CR"),n=c(10,10,10))
threeFieldsRiverPlot(res,nodewidth=7)

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