powered by
It plot a Thematic Evolution Analysis performed using the thematicEvolution function.
thematicEvolution
plotThematicEvolution(Nodes, Edges, measure = "inclusion", min.flow = 0)
a sankeyPlot
is a list of nodes obtained by thematicEvolution function.
is a list of edges obtained by thematicEvolution function.
is a character. It can be measure=("inclusion","stability", "weighted").
measure=("inclusion","stability", "weighted")
is numerical. It indicates the minimum value of measure to plot a flow.
thematicMap function to create a thematic map based on co-word network analysis and clustering.
thematicMap
thematicMap function to perform a thematic evolution analysis.
networkPlot to plot a bibliographic network.
networkPlot
data(scientometrics, package = "bibliometrixData") years=c(2000) nexus <- thematicEvolution(scientometrics,field="ID",years=years,n=100,minFreq=2) #plotThematicEvolution(nexus$Nodes,nexus$Edges)
Run the code above in your browser using DataLab