plot_matching_summary: Plotting biblioverlap's matching summary

View source: R/06-plots_and_app.R

plot_matching_summaryR Documentation

Plotting biblioverlap's matching summary

Description

Plotting biblioverlap's matching summary

Usage

plot_matching_summary(matching_summary_df, ...)

Arguments

matching_summary_df
  • summary of matching process generated by biblioverlap()

...
  • additional arguments passed down to ggplot2::geom_text()

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)


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