powered by
histPlot
histPlot(histResults, size = F)
class
is a network matrix obtained by the function biblioNetwork.
biblioNetwork
igraph
histNetwork
cocMatrix to compute a co-occurrence matrix.
cocMatrix
biblioAnalysis to perform a bibliometric analysis.
biblioAnalysis
# EXAMPLE Co-citation network library(igraph) data(scientometrics) histResults <- histNetwork(scientometrics, n = 20, sep = ";") net <- histPlot(histResults, size = TRUE)
Run the code above in your browser using DataLab