plot_coauthors: Plot a network of coauthors

Description Usage Arguments Value Examples

Description

Plot a network of coauthors

Usage

1
plot_coauthors(network, size_labels = 5)

Arguments

network

A data frame given by grab_network

size_labels

Size of the label names

Value

a ggplot2 object but prints a plot as a side effect.

Examples

1
2
3
4
5
6
7
## Not run: 
library(coauthornetwork)

final_network <- grab_network('citations?user=amYIKXQAAAAJ&hl=en')
plot_coauthors(final_network)

## End(Not run)

cimentadaj/coauthornetwork documentation built on May 7, 2019, 10:57 a.m.