View source: R/06-plots_and_app.R
plot_venn | R Documentation |
Plotting Venn Diagram from biblioverlap results
plot_venn(db_list, ...)
db_list |
|
... |
|
a Venn Diagram representation of document overlap between the input datasets
#Running document-level matching procedure
biblioverlap_results <- biblioverlap(ufrj_bio_0122[1:2])
#Checking biblioverlap results (db_list)
lapply(biblioverlap_results$db_list, head, n=1)
#Plotting the Venn diagram
plot_venn(biblioverlap_results$db_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.