net2VOSviewer: Open a bibliometrix network in VosViewer

Description Usage Arguments Details Value See Also Examples

View source: R/net2VOSviewer.R

Description

net2VOSviewer plots a network created with networkPlot using VOSviewer by Nees Jan van Eck and Ludo Waltman.

Usage

1
net2VOSviewer(net, vos.path = NULL)

Arguments

net

is an object created by networkPlot function.

vos.path

is a character indicating the full path whre VOSviewer.jar is located.

Details

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.

Value

It write a .net file that can be open in VOSviewer

See Also

biblioNetwork to compute a bibliographic network.

networkPlot to create and plot a network object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# 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)

xiangtuochen/bibliometrixfullname documentation built on Jan. 18, 2022, 7:05 p.m.