biblioAnalysis(M, sep = ";")convert2df.
It is a data matrix with cases corresponding to manuscripts and variables to Field Tag in the original SCOPUS and Thomson Resep = ";".biblioAnalysis returns an object of class "bibliometrix".
The functions summary and plot are used to obtain or print a summary and some useful plots of the results.
An object of class "bibliometrix" is a list containing the following components:
convert2df to import and convert an ISI or SCOPUS Export file in a bibliographic data frame.
summary to obtain a summary of the results.
plot to draw some useful plots of the results.data(scientometrics)
results <- biblioAnalysis(scientometrics)
summary(results, k = 10, pause = FALSE)Run the code above in your browser using DataLab