massimoaria / bibliometrix

An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.
https://www.bibliometrix.org
Other
496 stars 147 forks source link

Three Fields Plot (Sankey Diagram) Exports #325

Closed Maghsad closed 1 year ago

Maghsad commented 1 year ago

Hi,

Could you please advise me using Bibliometrix, how can I export the connected elements to each item in Three Fields Plot (Sankey Diagram) to a CSV file (I need an R code)?

Example: for the first item in middle (bibliographic coupling) I want to export the references on the left side (small h, 1973 ... and kessler mm, 1956 ... ). Also, I want to export the list of items on the right side connected to this item (science, networks, indicators). Here is the R code for this Three Fields Plot:

library(bibliometrix)
data(scientometrics, package = "bibliometrixData")
threeFieldsPlot(scientometrics, fields=c("CR","DE","ID"),n=c(5,5,5))
massimoaria commented 1 year ago

Unfortunately, it is not possible to do that (for the moment...)