R ve VOSviewer ile birlikte Çalışma

0 0
Yaklaşık Okuma Süresi:24 Saniye
library(bibliometrix)
#Farklı verileri birleştirme
A = convert2df("Downloads/wos5.bib", dbsource = "wos", format = "bibtex")
B = convert2df("Downloads/scopus5.bib", dbsource = "scopus", format = "bibtex")
buyukveri = mergeDbSources(A,B, remove.duplicated = TRUE)
#Matrix oluşturma co-citation, co-occurrences, collaboration … gibi analizleri
# authors, author_keywords, references, titles, abstracts… gibi parametrelere göre yapabiliriz.
matris <- biblioNetwork(buyukveri,
analysis = "co-occurrences",
network = "author_keywords",
sep = ";")
# Bibliometrix ağ örnekleri
buyukag <- networkPlot(matris,
n = 30,
type = "fruchterman",
Title = "Yazarlar",
labelsize=0.5)
net2VOSviewer(buyukag, vos.path = NULL)
Subscribe
Bildir
guest
0 Yorum
Eskiler
En Yeniler Beğenilenler
Inline Feedbacks
View all comments