plot_upset {biblioverlap} | R Documentation |
Plotting UpSet plot from biblioverlap results
plot_upset(db_list, ...)
db_list |
|
... |
|
a UpSet plot representation of document overlap between the input datasets
#Running document-level matching procedure
biblioverlap_results <- biblioverlap(ufrj_bio_0122[1:2])
#Checking biblioverlap results (db_list)
lapply(biblioverlap_results$db_list, head, n=1)
#Plotting the UpSet plot
plot_upset(biblioverlap_results$db_list)