# EXAMPLE Keywordd co-occurrence network
data(management, package = "bibliometrixData")
NetMatrix <- biblioNetwork(management,
analysis = "co-occurrences",
network = "keywords", sep = ";"
)
net <- networkPlot(NetMatrix,
n = 30, type = "auto",
Title = "Co-occurrence Network", labelsize = 1, verbose = FALSE
)
graph <- splitCommunities(net$graph, n = 30)
Run the code above in your browser using DataLab