Description Usage Arguments Value See Also Examples
It plot a Thematic Evolution Analysis performed using the thematicEvolution
function.
1 | plotThematicEvolution(Nodes, Edges, measure = "inclusion", min.flow = 0)
|
Nodes |
is a list of nodes obtained by |
Edges |
is a list of edges obtained by |
measure |
is a character. It can be |
min.flow |
is numerical. It indicates the minimum value of measure to plot a flow. |
a sankeyPlot
thematicMap
function to create a thematic map based on co-word network analysis and clustering.
thematicMap
function to perform a thematic evolution analysis.
networkPlot
to plot a bibliographic network.
1 2 3 4 5 6 | data(scientometrics, package = "bibliometrixData")
years=c(2000)
nexus <- thematicEvolution(scientometrics,field="ID",years=years,n=100,minFreq=2)
#plotThematicEvolution(nexus$Nodes,nexus$Edges)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.