Learn R Programming

bibliometrix (version 2.0.2)

plotThematicEvolution: Plot a Thematic Evolution Analysis

Description

It plot a Thematic Evolution Analysis performed using the thematicEvolution function.

Usage

plotThematicEvolution(Nodes, Edges)

Arguments

Nodes

is a list of nodes obtained by thematicEvolution function.

Edges

is a list of edges obtained by thematicEvolution function.

Value

a sankeyPlot

See Also

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.

Examples

Run this code
# NOT RUN {
data(scientometrics)
years=c(2000)

nexus <- thematicEvolution(scientometrics,years,n=100,minFreq=2)

#plotThematicEvolution(nexus$Nodes,nexus$Edges)

# }

Run the code above in your browser using DataLab