View source: R/threeFieldsPlot.R
threeFieldsPlot | R Documentation |
Visualize the main items of three fields (e.g. authors, keywords, journals), and how they are related through a Sankey diagram.
threeFieldsPlot(M, fields = c("AU", "DE", "SO"), n = c(20, 20, 20))
M |
is a bibliographic data frame obtained by the converting function |
fields |
is a character vector. It indicates the fields to analyze using the standard WoS field tags.
Default is |
n |
is a integer vector. It indicates how many items to plot, for each of the three fields.
Default is |
a sankeyPlot
#data(scientometrics, package = "bibliometrixData")
#threeFieldsPlot(scientometrics, fields=c("DE","AU","CR"),n=c(20,20,20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.