powered by
histPlot plots a historical co-citation network.
histPlot
histPlot(histResults, n = 20, size = 5, labelsize = 5, verbose = TRUE)
is an object of class "list" containing the following components:
class
is a network matrix obtained by the function histNetwork.
histNetwork
is integer. It defines the number of vertices to plot.
is an integer. It defines the point size of the vertices. Default value is 5.
is an integer. It indicates the label size in the plot. Default is labelsize=5
labelsize=5
is logical. If TRUE, results are printed on screen.
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, sep = ";") net <- histPlot(histResults, n=20, labelsize = 5) # }
Run the code above in your browser using DataLab