plot_upset: Plotting UpSet plot from biblioverlap results

View source: R/06-plots_and_app.R

plot_upsetR Documentation

Plotting UpSet plot from biblioverlap results

Description

Plotting UpSet plot from biblioverlap results

Usage

plot_upset(db_list, ...)

Arguments

db_list
  • list of matched dataframes (with UUID column added by biblioverlap)

...
  • arguments to be passed down to UpSetR::upset()

Value

a UpSet plot representation of document overlap between the input datasets

Examples

#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)


biblioverlap documentation built on Nov. 8, 2023, 1:07 a.m.