| plot_matching_summary {biblioverlap} | R Documentation | 
Plotting biblioverlap's matching summary
Description
Plotting biblioverlap's matching summary
Usage
plot_matching_summary(matching_summary_df, ...)
Arguments
matching_summary_df | 
  | 
... | 
  | 
Value
a barplot summary of the matching results
Examples
#Running document-level matching procedure
biblioverlap_results <- biblioverlap(ufrj_bio_0122[1:2])
#Checking biblioverlap results (summary table)
biblioverlap_results$summary
#Plotting the matching summary
plot_matching_summary(biblioverlap_results$summary)
[Package biblioverlap version 1.0.2 Index]