Description Usage Arguments Details Value See Also Examples
histPlot
plots a historical co-citation network.
1 2 3 4 5 6 7 8 |
histResults |
is an object of
is a network matrix obtained by the function | ||||||||||||
n |
is integer. It defines the number of vertices to plot. | ||||||||||||
size |
is an integer. It defines the point size of the vertices. Default value is 5. | ||||||||||||
labelsize |
is an integer. It indicates the label size in the plot. Default is | ||||||||||||
title_as_label |
is a logical. If TRUE document titles are plotted instead of short labels. | ||||||||||||
verbose |
is logical. If TRUE, results and plots are printed on screen. |
The function histPlot
can plot a historical co-citation network previously created by histNetwork
.
It is list containing: a network object of the class igraph
and a plot object of the class ggraph
.
histNetwork
to compute a historical co-citation network.
cocMatrix
to compute a co-occurrence matrix.
biblioAnalysis
to perform a bibliometric analysis.
1 2 3 4 5 6 7 | # EXAMPLE Citation network
data(management, package = "bibliometrixData")
histResults <- histNetwork(management, sep = ";")
net <- histPlot(histResults, n=20, labelsize = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.