View source: R/threeFieldsRiverPlot.R
threeFieldsRiverPlot | R Documentation |
Draw three fields river plot
threeFieldsRiverPlot(res, nodewidth = 3, textcex = 0.7, ...)
res |
result of bibliometrix::threeFieldsPlot |
nodewidth |
numeric The width of node |
textcex |
numeric size of node label |
... |
further arguments to be passed to riverplot |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.