Description Usage Arguments Value Examples
Plot a network of coauthors
1  | plot_coauthors(network, size_labels = 5)
 | 
network | 
 A data frame given by   | 
size_labels | 
 Size of the label names  | 
a ggplot2 object but prints a plot as a side effect.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.