View source: R/plot_net_coauthor.R
plot_net_coauthor | R Documentation |
Creates a network diagram of coauthors' countries linked by reference This function takes an addresses data.frame, links it to an authors_references dataset and plots a network diagram generated for co-authorship.
plot_net_coauthor(data)
data |
the |
## Using the output of authors_georef (e.g., BITR_geocode)
data(BITR_geocode)
plot_net_coauthor(BITR_geocode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.