plot_net_coauthor: Creates a network diagram of coauthors' countries linked by...

Description Usage Arguments Examples

View source: R/plot_net_coauthor.R

Description

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.

Usage

1

Arguments

data

the address element from the list outputted from the 'authors_georef()“ function, containing geocoded address latitude and longitude locations.

Examples

1
2
3
## Using the output of authors_georef (e.g., BITR_geocode)
data(BITR_geocode)
plot_net_coauthor(BITR_geocode)

embruna/refnet documentation built on Feb. 7, 2022, 6:43 p.m.