View source: R/net2VOSviewer.R
net2VOSviewer | R Documentation |
net2VOSviewer
plots a network created with networkPlot
using VOSviewer by Nees Jan van Eck and Ludo Waltman.
net2VOSviewer(net, vos.path = NULL)
net |
is an object created by networkPlot function. |
vos.path |
is a character indicating the full path where VOSviewer.jar is located. |
The function networkPlot
can plot a bibliographic network previously created by biblioNetwork
.
The network map can be plotted using internal R routines or using VOSviewer by Nees Jan van Eck and Ludo Waltman.
It write a .net file that can be open in VOSviewer
biblioNetwork
to compute a bibliographic network.
networkPlot
to create and plot a network object
# EXAMPLE
# VOSviewer.jar have to be present in the working folder
# data(scientometrics, package = "bibliometrixData")
# NetMatrix <- biblioNetwork(scientometrics, analysis = "co-citation",
# network = "references", sep = ";")
# net <- networkPlot(NetMatrix, n = 30, type = "kamada", Title = "Co-Citation",labelsize=0.5)
# net2VOSviewer(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.