# EXAMPLE 1: Articles x Authors occurrence matrix
data(scientometrics, package = "bibliometrixData")
WA <- cocMatrix(scientometrics, Field = "AU", type = "sparse", sep = ";")
# EXAMPLE 2: Articles x Cited References occurrence matrix
# data(scientometrics, package = "bibliometrixData")
# WCR <- cocMatrix(scientometrics, Field = "CR", type = "sparse", sep = ";")
# EXAMPLE 3: Articles x Cited First Authors occurrence matrix
# data(scientometrics, package = "bibliometrixData")
# scientometrics <- metaTagExtraction(scientometrics, Field = "CR_AU", sep = ";")
# WCR <- cocMatrix(scientometrics, Field = "CR_AU", type = "sparse", sep = ";")
Run the code above in your browser using DataLab