View source: R/06-plots_and_app.R
plot_matching_summary | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.