plot_coauthors {scholar} | R Documentation |
Plot a network of coauthors
Description
Plot a network of coauthors
Usage
plot_coauthors(network, size_labels = 5)
Arguments
network |
A data frame given by |
size_labels |
Size of the label names |
Value
a ggplot2
object but prints a plot as a side effect.
See Also
Examples
## Not run:
library(scholar)
coauthor_network <- get_coauthors('amYIKXQAAAAJ&hl')
plot_coauthors(coauthor_network)
## End(Not run)
[Package scholar version 0.2.4 Index]