Learn R Programming

biblioverlap (version 1.0.2)

plot_matching_summary: Plotting biblioverlap's matching summary

Description

Plotting biblioverlap's matching summary

Usage

plot_matching_summary(matching_summary_df, ...)

Value

a barplot summary of the matching results

Arguments

matching_summary_df
  • summary of matching process generated by biblioverlap()

...

Examples

Run this code
#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)

Run the code above in your browser using DataLab