plot_matching_summary {biblioverlap} | R Documentation |
Plotting biblioverlap's matching summary
plot_matching_summary(matching_summary_df, ...)
matching_summary_df |
|
... |
|
a barplot summary of the matching results
#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)