if (FALSE) {
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)
net2Pajek(net, filename = "pajekfiles", path = NULL)
}
Run the code above in your browser using DataLab