The function biblioNetwork
can create a collection of bibliographic networks
following the approach proposed by Batagelj & Cerinsek (2013) and Aria & cuccurullo (2017).
Typical networks output of biblioNetwork
are:
#### Collaboration Networks ############
-- Authors collaboration (analysis = "collaboration", network = "authors")
-- University collaboration (analysis = "collaboration", network = universities")
-- Country collaboration (analysis = "collaboration", network = "countries")
#### Co-citation Networks ##############
-- Authors co-citation (analysis = "co-citation", network = "authors")
-- Reference co-citation (analysis = "co-citation", network = "references")
-- Source co-citation (analysis = "co-citation", network = "sources")
#### Coupling Networks ################
-- Manuscript coupling (analysis = "coupling", network = "references")
-- Authors coupling (analysis = "coupling", network = "authors")
-- Source coupling (analysis = "coupling", network = "sources")
-- Country coupling (analysis = "coupling", network = "countries")
#### Co-occurrences Networks ################
-- Authors co-occurrences (analysis = "co-occurrences", network = "authors")
-- Source co-occurrences (analysis = "co-occurrences", network = "sources")
-- Keyword co-occurrences (analysis = "co-occurrences", network = "keywords")
-- Author-Keyword co-occurrences (analysis = "co-occurrences", network = "author_keywords")
-- Title content co-occurrences (analysis = "co-occurrences", network = "titles")
-- Abstract content co-occurrences (analysis = "co-occurrences", network = "abstracts")
References:
Batagelj, V., & Cerinsek, M. (2013). On bibliographic networks. Scientometrics, 96(3), 845-864.
Aria, M., & Cuccurullo, C. (2017). bibliometrix: An R-tool for comprehensive science mapping analysis. Journal of Informetrics, 11(4), 959-975.