Closed storopoli closed 4 years ago
Yes, you are right but this difference is not an inconsistency but our choice. In citations() reference items are not manipulated (we have no reason to do that) while we defined a sort of simplified reference item form to fit labels in the network plot.
To identify the most cited references in cocit matrix you don't need to use CR. You simply need to use the sum by column (colSums function) and select the first 58 columns in descending order.
In a document x reference matrix, the sum by column represent the number of citations of each reference.
Dear Massimo,
I am trying to subset the cocitation matrix resulted from
cocMatrix(M, Field = "CR", sep = ";", binary = F)
using the top-N references fromcitations(M, field = "article", sep = ";")$Cited
.There is some inconsistency in the string manipulation from Cited References between the functions
citations
andcocMatrix
My goal is to make a cocitation matrix with only the top-57 (number of citations >=4) top-cited references.
I try to subset the matrix returned by
cocMatrix
with the following argumenttop_cited$CR %in% colnames(cocit)
and I should have gotten a vector full ofTRUE
but instead I've got allFALSE
I am attaching the
.rds
file that I've used to generate the bibliometrix dataframe (M) and below is my script.all_records.rds.zip