powered by
histPlot plots a historical co-citation network.
histPlot
histPlot(histResults, remove.isolates = FALSE, size = F, labelsize = 0.8, label = TRUE, arrowsize = 0.1)
is an object of class "list" containing the following components:
class
is a network matrix obtained by the function histNetwork.
histNetwork
is logical. If TRUE isolates vertices are not plotted.
is logical. If TRUE the point size of each vertex is proportional to its degree.
is an integer. It indicates the label size in the plot. Default is labelsize=1
labelsize=1
is logical. If TRUE vertex labels are plotted.
is numerical. It indicates the edge arrow size.
It is a network object of the class igraph.
igraph
The function histPlot can plot a historical co-citation network previously created by histNetwork.
histNetwork to compute a historical co-citation network.
cocMatrix to compute a co-occurrence matrix.
cocMatrix
biblioAnalysis to perform a bibliometric analysis.
biblioAnalysis
# NOT RUN { # EXAMPLE Citation network data(scientometrics) histResults <- histNetwork(scientometrics, n = 20, sep = ";") net <- histPlot(histResults, size = TRUE) # }
Run the code above in your browser using DataLab