# EXAMPLE Co-citation network
data(scientometrics)
NetMatrix <- biblioNetwork(scientometrics, analysis = "co-citation",
network = "references", sep = ";")
net <- networkPlot(NetMatrix, n = 20, type = "kamada", Title = "Co-Citation")
Run the code above in your browser using DataLab