ID and DE keyword associations
It associates authors' keywords to keywords plus.
keywordAssoc(M, sep = ";", n = 10, excludeKW = NA)
M |
is a bibliographic data frame obtained by the converting function |
sep |
is the field separator character. This character separates keywords in each string of ID and DE columns of the bibliographic data frame. The default is |
n |
is a integer. It indicates the number of authors' keywords to associate to each keyword plus. The default is |
excludeKW |
is character vector. It contains authors' keywords to exclude from the analysis. |
an object of class
"list".
convert2df
to import and convert a WoS or SCOPUS Export file in a bibliographic data frame.
biblioAnalysis
function for bibliometric analysis.
summary
to obtain a summary of the results.
plot
to draw some useful plots of the results.
data(scientometrics, package = "bibliometrixData") KWlist <- keywordAssoc(scientometrics, sep = ";",n = 10, excludeKW = NA) # list of first 10 Keywords plus names(KWlist) # list of first 10 authors' keywords associated to the first Keyword plus KWlist[[1]][1:10]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.